Fix typos

This commit is contained in:
Jonas Kvinge
2022-08-28 02:44:37 +02:00
parent d15d64eb67
commit d97b0478a7
32 changed files with 51 additions and 51 deletions

View File

@@ -47,7 +47,7 @@ class MoodbarLoader : public QObject {
// Moodbar data was loaded and returned.
Loaded,
// Moodbar data will be loaded in the background, a MoodbarPipeline* was
// Moodbar data will be loaded in the background, a MoodbarPipeline
// was returned that you can connect to the Finished() signal on.
WillLoadAsync
};