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:
authorMikkel Krautz <mikkel@krautz.dk>2016-12-04 15:26:46 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-12-04 15:26:46 +0300
commitcd8f6b75e0efd9982807e9d5b119dd908a1a89e9 (patch)
treec3ed9c2aef9543ddb986c306ef68e1a336252918 /src/murmur/Tray.cpp
parentec0ed4efca86082abedb75bbf277cc4ccc64355d (diff)
Refactor LogEmitter from Murmur into its own file in src/.
It's a natural refactoring and it'd be nice to be able to use LogEmitter in Mumble as well.
Diffstat (limited to 'src/murmur/Tray.cpp')
-rw-r--r--src/murmur/Tray.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/murmur/Tray.cpp b/src/murmur/Tray.cpp
index e7045b280..73729118c 100644
--- a/src/murmur/Tray.cpp
+++ b/src/murmur/Tray.cpp
@@ -11,6 +11,7 @@
#include "Meta.h"
#include "Server.h"
#include "Version.h"
+#include "LogEmitter.h"
Tray::Tray(QObject *p, LogEmitter *logger) : QObject(p) {
le = logger;