projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f88431a
)
Application: debug implies logdebug
author
Markus Goetz
<markus@woboq.com>
Mon, 22 May 2017 15:54:57 +0000
(17:54 +0200)
committer
Markus Goetz
<markus@woboq.com>
Mon, 29 May 2017 20:05:26 +0000
(22:05 +0200)
src/gui/application.cpp
patch
|
blob
|
history
diff --git
a/src/gui/application.cpp
b/src/gui/application.cpp
index 4991aac56c3a1e62855acce977462e21d05c65d7..cba117ebbadec39e6695dba7b1fd1255768e1f81 100644
(file)
--- a/
src/gui/application.cpp
+++ b/
src/gui/application.cpp
@@
-438,6
+438,7
@@
void Application::parseOptions(const QStringList &options)
showHint("Path for confdir not specified");
}
} else if (option == QLatin1String("--debug")) {
+ _logDebug = true;
_debugMode = true;
} else if (option == QLatin1String("--version")) {
_versionOnly = true;