15 #ifndef BORNAGAIN_GUI_COREGUI_MAINWINDOW_UPDATENOTIFIER_H
16 #define BORNAGAIN_GUI_COREGUI_MAINWINDOW_UPDATENOTIFIER_H
20 class QNetworkAccessManager;
void setCheckUpdatesFlag(bool flag)
void replyFinished(QNetworkReply *reply)
bool hasDefinedUpdatesFlag() const
Returns true if settings contain record about user choice for updates.
QNetworkAccessManager * m_networkAccessManager
void onUpdateNotification(const QString &text)
bool updatesFlag() const
Returns true if there is defined flag requiring check for updates.
UpdateNotifier(QObject *parent=0)