Spelling...

This commit is contained in:
craig.p.drummond
2013-06-03 18:15:11 +00:00
parent 8f11715af3
commit cc9daa1bf8
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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