example: Fix duplicate command line argument switch

This commit is contained in:
Sergio Martins
2020-05-01 13:09:27 +01:00
parent 8cc53ca5bb
commit e87f6d001e

View File

@@ -83,7 +83,7 @@ int main(int argc, char **argv)
parser.addOption(maximizeButton);
#if defined(DOCKS_DEVELOPER_MODE)
QCommandLineOption noCentralFrame("c", QCoreApplication::translate("main", "No central frame"));
QCommandLineOption noCentralFrame("f", QCoreApplication::translate("main", "No central frame"));
parser.addOption(noCentralFrame);
#endif