Merge pull request #507 from diizy/stable-0.4

Compat code to make LMMS compile on Qt <4.8
This commit is contained in:
Tobias Doerffel
2014-03-24 19:02:40 +01:00

View File

@@ -40,6 +40,10 @@
#include "text_float.h"
#if QT_VERSION < 0x040800
#define MiddleButton MidButton
#endif
QPixmap * timeLine::s_timeLinePixmap = NULL;
QPixmap * timeLine::s_posMarkerPixmap = NULL;