mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 23:44:52 -04:00
enabled retina in YACReader
This commit is contained in:
@ -80,7 +80,7 @@ int main(int argc, char * argv[])
|
|||||||
|
|
||||||
app.setApplicationName("YACReader");
|
app.setApplicationName("YACReader");
|
||||||
app.setOrganizationName("YACReader");
|
app.setOrganizationName("YACReader");
|
||||||
|
qApp->setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||||
//simple command line parser
|
//simple command line parser
|
||||||
//will be replaced by QCommandLineParser in the future
|
//will be replaced by QCommandLineParser in the future
|
||||||
QStringList optlist;
|
QStringList optlist;
|
||||||
|
Reference in New Issue
Block a user