From ea625eac294bc96afe41f403e1b1deaf90115787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 30 Dec 2015 22:21:19 +0100 Subject: [PATCH] use the same app name for YACReaderLibraryServer, so it will use by default the same config as YACReaderLibrary --- YACReaderLibrary/headless/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/headless/main.cpp b/YACReaderLibrary/headless/main.cpp index 46accaaf..865105c1 100644 --- a/YACReaderLibrary/headless/main.cpp +++ b/YACReaderLibrary/headless/main.cpp @@ -108,7 +108,7 @@ int main( int argc, char ** argv ) { QCoreApplication *app = new QCoreApplication(argc, argv); - app->setApplicationName("YACReaderLibraryServer"); + app->setApplicationName("YACReaderLibrary"); app->setOrganizationName("YACReader"); app->setApplicationVersion(VERSION);