summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2012-08-29 14:45:04 +1000
committerSunil Thaha <sun.il.thaha+tt@gmail.com>2012-09-02 16:20:24 +0200
commit15825105ff226ab89c324b1c73b65adfa8328312 (patch)
tree61e2300af5bf698576e4078d1f0c29a6b7a62e24
parent0b73de45a2450198cd9d9fe3c178967bde42f8f6 (diff)
Set guiEnabled by default.
Change-Id: Icb0df27a68dad7fdf7aad224fcdae3432c632f4c Reviewed-by: Sunil Thaha <sun.il.thaha+tt@gmail.com>
-rw-r--r--src/interpreter/runner/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interpreter/runner/main.cpp b/src/interpreter/runner/main.cpp
index f7f7ae1..8bdaabd 100644
--- a/src/interpreter/runner/main.cpp
+++ b/src/interpreter/runner/main.cpp
@@ -46,7 +46,7 @@ int main(int argc, char *argv[])
{
QCoreApplication *app = 0;
- bool guiEnabled = false;
+ bool guiEnabled = true;
for (int i = 1; i < argc; ++i) {
if ( qstrcmp(argv[i], "--disable-manual-tests") == 0) {
guiEnabled = false;