]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinfileitemlistwidget.h
Switch to C++20
[dolphin.git] / src / views / dolphinfileitemlistwidget.h
index dc9e275859c82783dddd24e384413ca282c7d105..92fc66fccab469fda96f589f7372b27eb85a6bab 100644 (file)
@@ -22,17 +22,14 @@ class DOLPHIN_EXPORT DolphinFileItemListWidget : public KFileItemListWidget
     Q_OBJECT
 
 public:
-    DolphinFileItemListWidget(KItemListWidgetInformant* informant, QGraphicsItem* parent);
+    DolphinFileItemListWidget(KItemListWidgetInformant *informant, QGraphicsItem *parent);
     ~DolphinFileItemListWidget() override;
 
 protected:
     void refreshCache() override;
 
 private:
-    static QPixmap overlayForState(KVersionControlPlugin::ItemVersion version, int size);
-
+    QPixmap overlayForState(KVersionControlPlugin::ItemVersion version, int size) const;
 };
 
 #endif
-
-