From 05f73c1b44041a1fa7d96921e613eda6d91daeaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 8 Nov 2014 18:09:14 +0100 Subject: [PATCH] enabled retina in YACReader --- YACReader/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;