mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Fix build
This commit is contained in:
@@ -115,7 +115,7 @@ Application::Application(int& argc, char** argv) :
|
||||
} else if(arguments().at(i) == "-R" || arguments().at(i) == "--read-only") {
|
||||
readOnly = true;
|
||||
} else if(arguments().at(i) == "-o" || arguments().at(i) == "--option") {
|
||||
const QString optionWarning = tr("The -o/--option option requires an argument in the form group/setting=value")
|
||||
const QString optionWarning = tr("The -o/--option option requires an argument in the form group/setting=value");
|
||||
if(++i >= arguments().size())
|
||||
qWarning() << qPrintable(optionWarning);
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user