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:
drbob 2014-03-23 03:33:04 +00:00
parent a06064e167
commit 057939270f
2 changed files with 1 additions and 3 deletions

View File

@ -231,7 +231,6 @@ void ServicePermissionsPage::load()
QTableWidgetItem *item = ui.tableWidget->item(row, column); QTableWidgetItem *item = ui.tableWidget->item(row, column);
item->setText(tr("No")); item->setText(tr("No"));
++sit;
++row; ++row;
} }
@ -251,7 +250,6 @@ void ServicePermissionsPage::load()
item->setText(QString::fromStdString(sit2->second.mServiceName)); item->setText(QString::fromStdString(sit2->second.mServiceName));
ui.tableWidget->setItem(extraRowIndex, column, item); ui.tableWidget->setItem(extraRowIndex, column, item);
++extraRowIndex; ++extraRowIndex;
++sit2;
} }
} }
else else

View File

@ -11,7 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
# Below is for GXS services. # Below is for GXS services.
# Should be disabled for releases. # Should be disabled for releases.
#CONFIG += gxs debug CONFIG += gxs debug
gxs { gxs {