mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-31 20:04:36 -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
2 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue