┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/services/servicessettingspage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-02-25 20:39:18 +0100
committerPeter Penz <[email protected]>2011-02-27 20:38:35 +0100
commit1b2b63eb3a01025e03ff964f187adda52c62bcb3 (patch)
tree9cd88bac9980ffda772878adada70e7a62cbddce /src/settings/services/servicessettingspage.h
parent96c0153e96917e994b5a188a01bb021fc4832707 (diff)
Allow to configure thumbnail-plugins
Adjust the preview-settings to allow users to configure thumbnail-plugins. For consistency also the service-settings have been adjusted to use the ServiceModel and ServiceItemDelegate.
Diffstat (limited to 'src/settings/services/servicessettingspage.h')
-rw-r--r--src/settings/services/servicessettingspage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/settings/services/servicessettingspage.h b/src/settings/services/servicessettingspage.h
index be5953c64..d2eecaefe 100644
--- a/src/settings/services/servicessettingspage.h
+++ b/src/settings/services/servicessettingspage.h
@@ -26,7 +26,7 @@
class QCheckBox;
class QGroupBox;
-class QListWidget;
+class QListView;
/**
* @brief Page for the 'Services' settings of the Dolphin settings dialog.
@@ -54,6 +54,7 @@ private slots:
*/
void loadServices();
+private:
/**
* Loads installed version control systems.
*/
@@ -63,7 +64,7 @@ private slots:
private:
bool m_initialized;
- QListWidget* m_servicesList;
+ QListView *m_listView;
QGroupBox* m_vcsGroupBox;
QMap<QString, QCheckBox*> m_vcsPluginsMap;
QStringList m_enabledVcsPlugins;