aboutsummaryrefslogtreecommitdiff
path: root/qdeduper/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qdeduper/main.cpp')
-rw-r--r--qdeduper/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qdeduper/main.cpp b/qdeduper/main.cpp
index 9b40ea4..0c2a70c 100644
--- a/qdeduper/main.cpp
+++ b/qdeduper/main.cpp
@@ -12,13 +12,13 @@
#include "mingui.hpp"
using std::size_t;
-namespace fs = std::filesystem;
DeduperMainWindow *w = nullptr;
int main(int argc, char **argv)
{
QApplication a(argc, argv);
+ a.setAttribute(Qt::ApplicationAttribute::AA_UseHighDpiPixmaps);
w = new DeduperMainWindow();
w->show();