VST: Fix Qt4 compilation

This commit is contained in:
Lukas W
2017-11-24 12:35:39 +01:00
parent 72e882af88
commit a8aa3e153f
3 changed files with 1 additions and 9 deletions

View File

@@ -35,10 +35,6 @@
#include "lmmsversion.h"
#ifdef LMMS_BUILD_LINUX
#include <QtX11Extras/QX11Info>
#endif
static inline QString ensureTrailingSlash( const QString & s )
{
if( ! s.isEmpty() && !s.endsWith('/') && !s.endsWith('\\') )

View File

@@ -67,10 +67,6 @@
#include "MidiApple.h"
#include "MidiDummy.h"
#ifdef LMMS_BUILD_LINUX
#include <QtX11Extras/QX11Info>
#endif
inline void labelWidget( QWidget * _w, const QString & _txt )
{
QLabel * title = new QLabel( _txt, _w );