From b7ae8dc9b7af0e9b7cf05e8d86058e455753e8d2 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 26 Sep 2022 02:20:55 -0400 Subject: Immaculate application icon by @BLumia. Sorry. --- qdeduper/mingui.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qdeduper/mingui.cpp') diff --git a/qdeduper/mingui.cpp b/qdeduper/mingui.cpp index 2d38a24..253dfe1 100644 --- a/qdeduper/mingui.cpp +++ b/qdeduper/mingui.cpp @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -75,6 +76,7 @@ Q_DECLARE_METATYPE(fs::path) DeduperMainWindow::DeduperMainWindow() { qRegisterMetaType(); + qApp->setWindowIcon(QIcon(":/img/deduper.png")); this->setWindowTitle("QDeduper"); this->setup_menu(); this->update_actions(); -- cgit v1.2.3