src/main.cpp

changeset 284
9266239cf72b
parent 282
f2dc3bbecbfa
child 285
99af8bf63d10
--- a/src/main.cpp	Tue Jun 28 12:29:38 2022 +0300
+++ b/src/main.cpp	Tue Jun 28 12:47:46 2022 +0300
@@ -402,6 +402,7 @@
 {
 	doQtRegistrations();
 	QApplication app{argc, argv};
+	QApplication::setWindowIcon(QIcon{":/icons/appicon.png"});
 	QMainWindow mainWindow;
 	Ui_MainWindow ui;
 	DocumentManager documents;

mercurial