making MSVC happy. Who would have thought that QMetaObject is a struct and not a...
authorMarcus Eggenberger <egs@quassel-irc.org>
Mon, 5 May 2008 00:52:11 +0000 (00:52 +0000)
committerMarcus Eggenberger <egs@quassel-irc.org>
Mon, 5 May 2008 00:52:11 +0000 (00:52 +0000)
src/common/signalproxy.h

index cca2ccb..1090547 100644 (file)
@@ -32,7 +32,7 @@
 
 class SignalRelay;
 class SyncableObject;
 
 class SignalRelay;
 class SyncableObject;
-class QMetaObject;
+struct QMetaObject;
 
 class SignalProxy : public QObject {
   Q_OBJECT
 
 class SignalProxy : public QObject {
   Q_OBJECT