Revision 1795 trunk/client/gui_qt/mainwindow.h
| mainwindow.h (revision 1795) | ||
|---|---|---|
| 3 | 3 |
|
| 4 | 4 |
#include |
| 5 | 5 |
#include |
| 6 |
#include |
|
| 7 | 6 |
|
| 7 |
#include "NGApplication.h" |
|
| 8 | 8 |
#include |
| 9 | 9 |
#include "ConfigGuiOpts.h" |
| 10 | 10 |
#include "WidgetUpdateInfo.h" |
| ... | ... | |
| 24 | 24 |
class MainWindow : public QMainWindow {
|
| 25 | 25 |
Q_OBJECT |
| 26 | 26 |
public: |
| 27 |
MainWindow(QNNTPGrabGlue *glue, QtSingleApplication *app, QWidget *parent = 0); |
|
| 27 |
MainWindow(QNNTPGrabGlue *glue, NGApplication *app, QWidget *parent = 0); |
|
| 28 | 28 |
~MainWindow(); |
| 29 | 29 |
|
| 30 | 30 |
void setShowNotificationOnFileDownloaded(bool enabled); |
| ... | ... | |
| 81 | 81 |
void trayIconActivated(QSystemTrayIcon::ActivationReason); |
| 82 | 82 |
|
| 83 | 83 |
void onMessageReceived(QString); |
| 84 |
|
|
| 85 |
void loadNZBFile(QString filename); |
|
| 84 | 86 |
}; |
| 85 | 87 |
|
| 86 | 88 |
#endif // MAINWINDOW_H |
Also available in: Unified diff
NNTPGrab

