summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/plugin.h
Unidiff
Diffstat (limited to 'noncore/styles/liquid/plugin.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/styles/liquid/plugin.h22
1 files changed, 5 insertions, 17 deletions
diff --git a/noncore/styles/liquid/plugin.h b/noncore/styles/liquid/plugin.h
index 759577f..6a9b7ac 100644
--- a/noncore/styles/liquid/plugin.h
+++ b/noncore/styles/liquid/plugin.h
@@ -7,3 +7,3 @@ class LiquidSettings;
7 7
8class LiquidInterface : public StyleInterface { 8class LiquidInterface : public StyleExtendedInterface {
9public: 9public:
@@ -15,21 +15,9 @@ public:
15 15
16 virtual QStyle *create ( ); 16 virtual QStyle *style ( );
17 17
18 virtual QString description ( ); 18 virtual QString name ( ) const;
19 virtual QString name ( );
20 virtual QCString key ( );
21 19
22 virtual unsigned int version ( ); 20 virtual QString description ( ) const;
23 21
24private: 22 virtual bool hasSettings ( ) const;
25 ulong ref;
26};
27
28class LiquidSettingsInterface : public StyleSettingsInterface {
29public:
30 LiquidSettingsInterface ( );
31 virtual ~LiquidSettingsInterface ( );
32
33 QRESULT queryInterface ( const QUuid &, QUnknownInterface ** );
34 Q_REFCOUNT
35 23