Fix for Windows build error.

This commit is contained in:
Andrzej Kapolka 2014-02-23 20:29:54 -08:00
parent 8745ca3139
commit 5cf6c43414

View file

@ -38,7 +38,7 @@ public:
virtual bool equals(const SharedObject* other) const;
// Dumps the contents of this object to the debug output.
virtual void dump(QDebug debug = qDebug()) const;
virtual void dump(QDebug debug = QDebug(QtDebugMsg)) const;
signals: