X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/67ebd66f94356b4e66005b1072919cb7b5e858bb..d27ee07d:/src/views/dolphinfileitemlistwidget.h diff --git a/src/views/dolphinfileitemlistwidget.h b/src/views/dolphinfileitemlistwidget.h index dc9e27585..ac98666c8 100644 --- a/src/views/dolphinfileitemlistwidget.h +++ b/src/views/dolphinfileitemlistwidget.h @@ -22,7 +22,7 @@ class DOLPHIN_EXPORT DolphinFileItemListWidget : public KFileItemListWidget Q_OBJECT public: - DolphinFileItemListWidget(KItemListWidgetInformant* informant, QGraphicsItem* parent); + DolphinFileItemListWidget(KItemListWidgetInformant *informant, QGraphicsItem *parent); ~DolphinFileItemListWidget() override; protected: @@ -30,9 +30,6 @@ protected: private: static QPixmap overlayForState(KVersionControlPlugin::ItemVersion version, int size); - }; #endif - -