summaryrefslogtreecommitdiffstats
path: root/src/plugins/qt7/mediaplayer/qt7playermetadata.h
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-01-18 11:35:48 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-18 04:59:36 +0100
commit7e76391c5985cdd95de6baf5409793b11373f120 (patch)
tree3a5d3921a85e5fa55809763172b1941fe4bb9b54 /src/plugins/qt7/mediaplayer/qt7playermetadata.h
parentc803933c46c9a9986cd73701066c08dfefd0dcfc (diff)
Fixed compile of quicktime plugin
This code was including the qmacdefines_mac.h header from QtWidgets, which has recently been removed. Using the header is no longer necessary. Note that the qmacdefines_mac.h contained a workaround for some mac system headers declaring variables named `slots'. Replace that workaround with the standard no_keywords method. Change-Id: Icd47a562d64953692e50a9fea8bb4a9c8424375c Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'src/plugins/qt7/mediaplayer/qt7playermetadata.h')
-rw-r--r--src/plugins/qt7/mediaplayer/qt7playermetadata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qt7/mediaplayer/qt7playermetadata.h b/src/plugins/qt7/mediaplayer/qt7playermetadata.h
index 950da4bef..0d27d6cc8 100644
--- a/src/plugins/qt7/mediaplayer/qt7playermetadata.h
+++ b/src/plugins/qt7/mediaplayer/qt7playermetadata.h
@@ -64,7 +64,7 @@ public:
QVariant extendedMetaData(const QString &key) const ;
QStringList availableExtendedMetaData() const;
-private slots:
+private Q_SLOTS:
void updateTags();
private: