]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphiniconsview.h
Jippie: file previews are generated again! Thanks to Fredrik for giving me a hint...
[dolphin.git] / src / dolphiniconsview.h
index 91faf344a412894728bc43acac0f25f128e2aaa2..22da7de21adc2f3bc093ff90155354f204a1a3d2 100644 (file)
@@ -47,6 +47,13 @@ protected:
     virtual void dragEnterEvent(QDragEnterEvent* event);
     virtual void dropEvent(QDropEvent* event);
 
+private slots:
+    /**
+     * Updates the size of the grid
+     * depending on the state of \a showPreview.
+     */
+    void updateGridSize(bool showPreview);
+
 private:
     DolphinController* m_controller;
     QStyleOptionViewItem m_viewOptions;