mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
Fix Some gcc warnings 383 to 208 lines
Left explicit #warning and deprecated. Some lines are wrong indented and produce mal formed code.
This commit is contained in:
parent
74aa55e347
commit
674b6de381
63 changed files with 379 additions and 346 deletions
|
@ -330,11 +330,11 @@ MainWindow::~MainWindow()
|
|||
void MainWindow::initStackedPage()
|
||||
{
|
||||
/* WORK OUT IF WE"RE IN ADVANCED MODE OR NOT */
|
||||
bool advancedMode = false;
|
||||
std::string advsetting;
|
||||
if (rsConfig->getConfigurationOption(RS_CONFIG_ADVANCED, advsetting) && (advsetting == "YES")) {
|
||||
advancedMode = true;
|
||||
}
|
||||
//bool advancedMode = false;
|
||||
//std::string advsetting;
|
||||
//if (rsConfig->getConfigurationOption(RS_CONFIG_ADVANCED, advsetting) && (advsetting == "YES")) {
|
||||
// advancedMode = true;
|
||||
//}
|
||||
|
||||
QList<QPair<MainPage*, QPair<QAction*, QListWidgetItem*> > > notify;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue