qtquick: Fix non-developer build

This commit is contained in:
Sergio Martins
2020-11-30 18:37:39 +00:00
parent c1c1da25a8
commit 41fdb9c7df

View File

@@ -45,8 +45,6 @@ int main(int argc, char *argv[])
QCommandLineOption noAeroSnap("no-aero-snap", QCoreApplication::translate("main", "(internal) Disable AeroSnap"));
parser.addOption(noAeroSnap);
# endif
#else
Q_UNUSED(centralFrame)
#endif
auto flags = KDDockWidgets::Config::self().flags();