mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
fead: load without animation
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -1,4 +1,5 @@
|
||||
#include "mainwindow.h"
|
||||
#include "updatenotifywidget.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QTranslator>
|
||||
@@ -8,6 +9,8 @@ int main(int argc, char *argv[])
|
||||
QApplication a(argc, argv);
|
||||
a.setWindowIcon(QIcon("./plane.png"));
|
||||
MainWindow w;
|
||||
UpdateNotifyWidget *notifyWidget = new UpdateNotifyWidget;
|
||||
w.bindNotifyWidget(notifyWidget);
|
||||
w.show();
|
||||
return a.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user