21 #ifndef EUPDATENOTICEDIALOG_H
22 #define EUPDATENOTICEDIALOG_H
75 QWidget *parent = 0, Qt::WindowFlags flags = 0);
80 QWidget *parent = 0, Qt::WindowFlags flags = 0);
87 void check(QString currentVersion = QString());
90 void openLink(QString url);
91 void dontShowAgain(
int state);
99 void compare(QString version);
102 void init(QIcon logo, QUrl url);
106 Ui::EUpdateNoticeDialog *
ui;
109 #endif // EUPDATENOTICEDIALOG_H
QString appName
Definition: eupdatenoticedialog.h:103
QString currentVersion
Definition: eupdatenoticedialog.h:104
#define E_CORE_EXPORT
Definition: eglobal.h:107
QUrl url
Definition: eupdatenoticedialog.h:105
Used to inform about new available versions.
Definition: eupdatenoticedialog.h:66
Mostly the same as EWidget but for QDialog as base class.
Definition: edialog.h:54
void init()
Definition: edialog.cpp:91
Ui::EUpdateNoticeDialog * ui
Definition: eupdatenoticedialog.h:106