diff --git a/YACReader/main.cpp b/YACReader/main.cpp index 5e4a75d6..1a85e808 100644 --- a/YACReader/main.cpp +++ b/YACReader/main.cpp @@ -80,7 +80,7 @@ int main(int argc, char * argv[]) app.setApplicationName("YACReader"); app.setOrganizationName("YACReader"); - + qApp->setAttribute(Qt::AA_UseHighDpiPixmaps); //simple command line parser //will be replaced by QCommandLineParser in the future QStringList optlist;