mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed double increment bug, enabled GXS in gui by default.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7202 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a06064e167
commit
057939270f
@ -231,7 +231,6 @@ void ServicePermissionsPage::load()
|
||||
QTableWidgetItem *item = ui.tableWidget->item(row, column);
|
||||
item->setText(tr("No"));
|
||||
|
||||
++sit;
|
||||
++row;
|
||||
}
|
||||
|
||||
@ -251,7 +250,6 @@ void ServicePermissionsPage::load()
|
||||
item->setText(QString::fromStdString(sit2->second.mServiceName));
|
||||
ui.tableWidget->setItem(extraRowIndex, column, item);
|
||||
++extraRowIndex;
|
||||
++sit2;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -11,7 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
|
||||
# Below is for GXS services.
|
||||
# Should be disabled for releases.
|
||||
#CONFIG += gxs debug
|
||||
CONFIG += gxs debug
|
||||
|
||||
gxs {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user