mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
use the same app name for YACReaderLibraryServer, so it will use by default the same config as YACReaderLibrary
This commit is contained in:
parent
9be0617626
commit
ea625eac29
@ -108,7 +108,7 @@ int main( int argc, char ** argv )
|
|||||||
{
|
{
|
||||||
QCoreApplication *app = new QCoreApplication(argc, argv);
|
QCoreApplication *app = new QCoreApplication(argc, argv);
|
||||||
|
|
||||||
app->setApplicationName("YACReaderLibraryServer");
|
app->setApplicationName("YACReaderLibrary");
|
||||||
app->setOrganizationName("YACReader");
|
app->setOrganizationName("YACReader");
|
||||||
app->setApplicationVersion(VERSION);
|
app->setApplicationVersion(VERSION);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user