end of refactoring

This commit is contained in:
arcan1s
2014-07-13 11:45:20 +04:00
parent 3fb847a7b6
commit 7660deb787
5 changed files with 25 additions and 30 deletions

View File

@ -140,7 +140,7 @@ int main(int argc, char *argv[])
cout << versionMessage.toUtf8().data();
return 0;
}
MainWindow w(0, defaultSettings, debug, showNetctlAuto, showSettings, tabNumber);
MainWindow w(0, debug, defaultSettings, showNetctlAuto, showSettings, tabNumber);
w.show();
return a.exec();
}