Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/murmur/Tray.cpp')
-rw-r--r--src/murmur/Tray.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/murmur/Tray.cpp b/src/murmur/Tray.cpp
index cf9a4751c..d4c027163 100644
--- a/src/murmur/Tray.cpp
+++ b/src/murmur/Tray.cpp
@@ -3,8 +3,6 @@
// that can be found in the LICENSE file at the root of the
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
-#include "murmur_pch.h"
-
#include "Tray.h"
#include "About.h"
@@ -13,6 +11,13 @@
#include "Version.h"
#include "LogEmitter.h"
+#include <QtWidgets/QAction>
+#include <QtWidgets/QApplication>
+#include <QtWidgets/QMainWindow>
+#include <QtWidgets/QMenu>
+#include <QtWidgets/QMessageBox>
+#include <QtWidgets/QTextBrowser>
+
Tray::Tray(QObject *p, LogEmitter *logger) : QObject(p) {
le = logger;