summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 9b6c6d3..5d0bb18 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -4,6 +4,7 @@
#include <QtGui>
#include <QMainWindow>
#include "../net/client.h"
+#include "../net/filedownloader.h"
class SessionNameWindow;
class ConnectionFrame;
@@ -32,6 +33,8 @@ private:
ListenServer *_listenServer;
DiscoveryListener *_discoveryListener;
qint64 _buttonBlockTime;
+ FileDownloader _fileDownloader;
+ QStringList _tutorList;
void placeFrameInFreeSlot(ConnectionFrame* frame);
ConnectionFrame* createFrame();
@@ -54,6 +57,7 @@ protected:
protected slots:
// This
+ void onTutorListDownloaded(QByteArray& tutorList);
void onSessionNameClick();
void onSessionNameUpdate();
void onButtonSettings();