examples: tidy

This commit is contained in:
Sergio Martins
2019-10-06 14:47:42 +01:00
parent 1adefed05d
commit 0e5f5bf679

View File

@@ -48,9 +48,10 @@ int main(int argc, char **argv)
QCommandLineOption noTitleBars("t", QCoreApplication::translate("main", "Never show titlebars"));
parser.addOption(noTitleBars);
QCommandLineOption noCentralFrame("c", QCoreApplication::translate("main", "No central frame"));
#if defined(DOCKS_DEVELOPER_MODE)
QCommandLineOption noCentralFrame("c", QCoreApplication::translate("main", "No central frame"));
parser.addOption(noCentralFrame);
#endif