From 025eca84e74fd88db4d920083f17c3716a2ca5b3 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 31 Oct 2011 23:53:53 +0100 Subject: [PATCH] Pass flag to QApplication to tell it we're a cmd-line tool --- tests/csgtestcore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc index 6c3a7d0f..2390f062 100644 --- a/tests/csgtestcore.cc +++ b/tests/csgtestcore.cc @@ -80,7 +80,7 @@ int csgtestcore(int argc, char *argv[], test_type_e test_type) initialize_builtin_functions(); initialize_builtin_modules(); - QApplication app(argc, argv); + QApplication app(argc, argv, false); QDir original_path = QDir::current();