Make AlsaDeviceListModel compile on older Qt
Older versions of Qt must not include the QPair declaration in QAbstractListModel. This fix simply includes QPair as well.
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
#ifdef LMMS_HAVE_ALSA
|
||||
|
||||
#include <alsa/asoundlib.h>
|
||||
#include "QAbstractListModel"
|
||||
#include <QAbstractListModel>
|
||||
#include <QPair>
|
||||
|
||||
|
||||
class AlsaDeviceListModel : public QAbstractListModel
|
||||
|
||||
Reference in New Issue
Block a user