diff options
Diffstat (limited to 'src/tests/recipemltest.cpp')
| -rw-r--r-- | src/tests/recipemltest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/recipemltest.cpp b/src/tests/recipemltest.cpp index d800345..8051e51 100644 --- a/src/tests/recipemltest.cpp +++ b/src/tests/recipemltest.cpp @@ -29,7 +29,8 @@ main(int argc, char *argv[]) TDEAboutData *about = new TDEAboutData("recipemltest", I18N_NOOP("recipemltest"), "1.0", nullptr, TDEAboutData::License_GPL, nullptr, nullptr, nullptr, nullptr); TDECmdLineArgs::init(argc, argv, about); - TDEApplication a; + TDEApplication::disableAutoDcopRegistration(); // will reduce noise when we run without X11 + TDEApplication a(/* allowStyles =*/ false, /* GUIenabled =*/ false); printf("Creating RecipeMLImporter.\n"); RecipeMLImporter importer; |
