[amarok] src/scriptengine: Add another missing include.

Mark Kretschmann kretschmann at kde.org
Sat Jul 6 20:30:25 UTC 2013


Git commit 19f67b09ff29b6339e02f2646b4ab14378159231 by Mark Kretschmann.
Committed on 06/07/2013 at 20:29.
Pushed by markey into branch 'master'.

Add another missing include.

How can this code compile in some situations, and in others it doesn't?

CCMAIL: amarok-devel at kde.org

M  +1    -0    src/scriptengine/AmarokCollectionScript.h

http://commits.kde.org/amarok/19f67b09ff29b6339e02f2646b4ab14378159231

diff --git a/src/scriptengine/AmarokCollectionScript.h b/src/scriptengine/AmarokCollectionScript.h
index 5733947..224bd54 100644
--- a/src/scriptengine/AmarokCollectionScript.h
+++ b/src/scriptengine/AmarokCollectionScript.h
@@ -18,6 +18,7 @@
 #define AMAROK_COLLECTION_SCRIPT_H
 
 #include <QObject>
+#include <QStringList>
 
 class QScriptEngine;
 


More information about the Amarok-devel mailing list