]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/generalviewsettingspage.h
fixed issue that turning off the preview during the preview job still was active...
[dolphin.git] / src / generalviewsettingspage.h
index 9c5edecf3a8c2e1a7e87cdcce03067a2bfd7510a..5aad4be4fc1146b5ecd8a091f1d03a14bbd40a8b 100644 (file)
@@ -23,6 +23,7 @@
 #include <kvbox.h>
 
 class DolphinMainWindow;
+class QCheckBox;
 class QRadioButton;
 class QSlider;
 class QSpinBox;
@@ -58,6 +59,7 @@ private:
     QRadioButton* m_globalProps;
     QSlider* m_maxPreviewSize;
     QSpinBox* m_spinBox;
+    QCheckBox* m_useFileThumbnails;
 };
 
 #endif