]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/interface/previewssettingspage.h
SVN_SILENT made messages (.desktop file) - always resolve ours
[dolphin.git] / src / settings / interface / previewssettingspage.h
index 2c3e4dfeffd7ffd8dc9e711f72fc8d0db235c1b0..bfe92bac8f4371a59c644751b9bae03a1f1b7809 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "settings/settingspagebase.h"
 
+class QCheckBox;
 class QSpinBox;
 class QListView;
 class QModelIndex;
@@ -40,9 +41,6 @@ protected:
     void showEvent(QShowEvent *event) override;
 
 private Q_SLOTS:
-#if KIOWIDGETS_BUILD_DEPRECATED_SINCE(5, 87)
-    void configureService(const QModelIndex &index);
-#endif
 
 private:
     void loadPreviewPlugins();
@@ -54,6 +52,7 @@ private:
     QStringList m_enabledPreviewPlugins;
     QSpinBox *m_localFileSizeBox;
     QSpinBox *m_remoteFileSizeBox;
+    QCheckBox *m_enableRemoteFolderThumbnail;
 };
 
 #endif