Skip to content

Commit

Permalink
enable hdpi scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Mlich committed Jun 19, 2020
1 parent 03b68d0 commit 84aa7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ void myMessageHandler(QtMsgType type, const QMessageLogContext& context, const Q

int main(int argc, char *argv[])
{
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QLoggingCategory::setFilterRules("qt.network.ssl.warning=false"); // disable SSL warnings

QApplication app(argc, argv);
Expand Down

0 comments on commit 84aa7b8

Please sign in to comment.