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:
authorBenjamin Jemlich <pcgod@users.sourceforge.net>2011-11-11 21:56:14 +0400
committerBenjamin Jemlich <pcgod@users.sourceforge.net>2011-11-11 21:56:14 +0400
commitbb2ef526aaafc930ec3ed9af5d9defcc3ae2b108 (patch)
tree61406d61025e0968bf307f117b4156dc595b8f15 /src/murmur/Tray.h
parentc8d144762874cdbba37d304301ec2396ca16bf28 (diff)
Windows build fixes
Diffstat (limited to 'src/murmur/Tray.h')
-rw-r--r--src/murmur/Tray.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/murmur/Tray.h b/src/murmur/Tray.h
index e6da8d0e0..ec52f5e67 100644
--- a/src/murmur/Tray.h
+++ b/src/murmur/Tray.h
@@ -31,9 +31,12 @@
#ifndef TRAY_H_
#define TRAY_H_
+#include <QtCore/QStringList>
#include <QtCore/QObject>
+#include <QtGui/QSystemTrayIcon>
class LogEmitter;
+class QAction;
class Tray : public QObject {
private: