summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorChristian Klinger2016-05-19 18:17:52 +0200
committerChristian Klinger2016-05-19 18:17:52 +0200
commit7913223f2c35bf69af68d28d2f11dde158c94e73 (patch)
tree494041b0ae8531c3dff70dc7960f236f1302a277 /src/server/mainwindow/mainwindow.h
parentAdded German translation for server. (diff)
downloadpvs2-7913223f2c35bf69af68d28d2f11dde158c94e73.tar.gz
pvs2-7913223f2c35bf69af68d28d2f11dde158c94e73.tar.xz
pvs2-7913223f2c35bf69af68d28d2f11dde158c94e73.zip
added --manager-only (and removed the ipList-feature)
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 7d3910d..ab3befd 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -4,7 +4,6 @@
#include <QtGui>
#include <QMainWindow>
#include "../net/client.h"
-#include "../net/filedownloader.h"
class SessionNameWindow;
class ConnectionFrame;
@@ -27,7 +26,7 @@ class MainWindow : public QMainWindow
public:
- MainWindow(QString ipListUrl, QWidget *parent = 0);
+ MainWindow(QWidget *parent = 0);
~MainWindow();
private:
@@ -70,7 +69,6 @@ private:
QList<ConnectionFrame*> _clientFrames;
ListenServer *_listenServer;
DiscoveryListener *_discoveryListener;
- FileDownloader _fileDownloader;
QStringList _tutorList;
void placeFrameInFreeSlot(ConnectionFrame* frame, QPoint preferred = QPoint(0,0));
@@ -100,7 +98,6 @@ private:
void switchRoomTo(QString);
protected slots:
- void onTutorListDownloaded(QByteArray& tutorList);
void onSessionNameClick();
void onSessionNameUpdate();