X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/462982faa361c79daab43ce526ae64646b1ea63c..e9bd295b:/src/panels/information/informationpanelcontent.h diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index abdfdeb35..38383bd41 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -17,7 +17,6 @@ class KFileItemList; class PhononWidget; class PixmapViewer; -class PlacesItemModel; class QPixmap; class QDialogButtonBox; class QString; @@ -76,12 +75,12 @@ public: */ void setPreviewAutoPlay(bool autoPlay); -signals: +Q_SIGNALS: void urlActivated( const QUrl& url ); void configurationFinished(); void contextMenuRequested(const QPoint& pos); -public slots: +public Q_SLOTS: /** * Is invoked after the file meta data configuration dialog has been * closed and refreshes the displayed meta data by the panel. @@ -94,7 +93,7 @@ protected: bool event(QEvent * event) override; -private slots: +private Q_SLOTS: /** * Is invoked if no preview is available for the item. In this * case the icon will be shown. @@ -151,7 +150,6 @@ private: QLabel* m_configureLabel; QDialogButtonBox* m_configureButtons; - PlacesItemModel* m_placesItemModel; bool m_isVideo; };