Spelling...
This commit is contained in:
@@ -40,7 +40,7 @@ class QImage;
|
||||
class QTemporaryFile;
|
||||
class DevicesModel;
|
||||
|
||||
// MOC requires the QObject class to be first. But due to models stornig void pointers, and
|
||||
// MOC requires the QObject class to be first. But due to models storing void pointers, and
|
||||
// needing to cast these - the model prefers MusicLibraryItemRoot to be first!
|
||||
#ifdef Q_MOC_RUN
|
||||
class Device : public QObject, public MusicLibraryItemRoot
|
||||
|
||||
@@ -80,7 +80,7 @@ protected:
|
||||
int lastProg;
|
||||
};
|
||||
|
||||
// MOC requires the QObject class to be first. But due to models stornig void pointers, and
|
||||
// MOC requires the QObject class to be first. But due to models storing void pointers, and
|
||||
// needing to cast these - the model prefers MusicLibraryItemRoot to be first!
|
||||
#ifdef Q_MOC_RUN
|
||||
class OnlineService : public QObject, public MusicLibraryItemRoot
|
||||
|
||||
Reference in New Issue
Block a user