about-dialog.h (seafile-client-9.0.1) | : | about-dialog.h (seafile-client-9.0.2) | ||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
class AutoUpdateService; | class AutoUpdateService; | |||
class AboutDialog : public QDialog, | class AboutDialog : public QDialog, | |||
public Ui::AboutDialog | public Ui::AboutDialog | |||
{ | { | |||
Q_OBJECT | Q_OBJECT | |||
public: | public: | |||
AboutDialog(QWidget *parent=0); | AboutDialog(QWidget *parent=0); | |||
#ifdef HAVE_SPARKLE_SUPPORT | ||||
private slots: | ||||
void checkUpdate(); | ||||
#endif | ||||
private: | private: | |||
Q_DISABLE_COPY(AboutDialog) | Q_DISABLE_COPY(AboutDialog) | |||
QString version_text_; | QString version_text_; | |||
}; | }; | |||
#endif // SEAFILE_CLIENT_ABOUT_DIALOG_H | #endif // SEAFILE_CLIENT_ABOUT_DIALOG_H | |||
End of changes. 1 change blocks. | ||||
5 lines changed or deleted | 0 lines changed or added |