You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QCommandLineOption auto_quit_opt(QStringList() << "x"
44
47
<< "auto-quit",
45
-
"The amount of drags after which the program should automatically close. Must be one of {never, first, all (default)}",
48
+
"The amount of drags after which the program should automatically close. Must be one of:" + QString::fromStdString(auto_quit_descr) + " (all is default)",
0 commit comments