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:
authorThorvald Natvig <slicer@users.sourceforge.net>2007-10-29 15:43:42 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2007-10-29 15:43:42 +0300
commit0810a0f41596d84a896767b8b142e3ee183aa5f1 (patch)
treed9b4b28e6b82e79c10719f431fde80daa9e0f5b4 /src/murmur/Tray.h
parent2d1ec937947a6f654dff6bc2af7adcdb42efcf34 (diff)
Delay MessageBox for win32 murmur
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@826 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'src/murmur/Tray.h')
-rw-r--r--src/murmur/Tray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/murmur/Tray.h b/src/murmur/Tray.h
index 1cbe10e48..f87d88bc0 100644
--- a/src/murmur/Tray.h
+++ b/src/murmur/Tray.h
@@ -41,7 +41,7 @@ class Tray : public QObject {
QMenu *qm;
QAction *qaQuit;
QAction *qaShowLog;
- QList<QString> qlLog;
+ QStringList qlLog;
LogEmitter *le;
public slots:
void on_Tray_activated(QSystemTrayIcon::ActivationReason);