Merge pull request #507 from diizy/stable-0.4
Compat code to make LMMS compile on Qt <4.8
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user