From 15825105ff226ab89c324b1c73b65adfa8328312 Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Wed, 29 Aug 2012 14:45:04 +1000 Subject: Set guiEnabled by default. Change-Id: Icb0df27a68dad7fdf7aad224fcdae3432c632f4c Reviewed-by: Sunil Thaha --- src/interpreter/runner/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3