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 20:51:55 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-12-04 20:56:27 +0300
commit967e93e17f41496d1b157d6db630092b664d6ab1 (patch)
tree6a54eb15a651c28175e64ce8580fcd4c6831ca3b /src/LogEmitter.h
parent681ecf60c025fc8aa20cda028d43daf2b720f7ce (diff)
Add LogEmitter to Mumble and use it in os_win.cpp.
This is in preparation for the Developer Console.
Diffstat (limited to 'src/LogEmitter.h')
-rw-r--r--src/LogEmitter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/LogEmitter.h b/src/LogEmitter.h
index a6335bbb7..bdc8ec67d 100644
--- a/src/LogEmitter.h
+++ b/src/LogEmitter.h
@@ -6,6 +6,9 @@
#ifndef MUMBLE_LOGEMITTER_H_
#define MUMBLE_LOGEMITTER_H_
+#include <QtCore/QObject>
+#include <QtCore/QString>
+
class LogEmitter : public QObject {
private:
Q_OBJECT