summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-09-17 15:18:54 +0200
committerBjörn Hagemeister2014-09-17 15:18:54 +0200
commitb00c45ea029a7c70aa3170fade8d3ba1460a8dc4 (patch)
treee1b3de1f9601ef165086240991c03af6a2b5e7d8 /src/server/mainwindow/mainwindow.h
parentRemoved irritating cam - icon in toolbar of client. Plus added some translati... (diff)
downloadpvs2-b00c45ea029a7c70aa3170fade8d3ba1460a8dc4.tar.gz
pvs2-b00c45ea029a7c70aa3170fade8d3ba1460a8dc4.tar.xz
pvs2-b00c45ea029a7c70aa3170fade8d3ba1460a8dc4.zip
Added some translation for manager.
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 488ecc4..a4c73a2 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -66,16 +66,6 @@ private:
FileDownloader _fileDownloader;
QStringList _tutorList;
- static const QString sStrTutorNdef;
- static const QString sStrTutorOffline;
- static const QString sStrSourceNdef;
- static const QString sStrSourceOffline;
- static const QString sStrDestNdef;
- static const QString sStrDestOffline;
- static const QString sStrSourceDestSame;
- static const QString sStrClientOnline;
- static const QString sStrNoDestAv;
-
void placeFrameInFreeSlot(ConnectionFrame* frame);
ConnectionFrame* createFrame();
ConnectionFrame* createFrame(QString computerId, QPoint position);