summaryrefslogtreecommitdiff
path: root/noncore/styles/metal/plugin.h
Unidiff
Diffstat (limited to 'noncore/styles/metal/plugin.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/styles/metal/plugin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/styles/metal/plugin.h b/noncore/styles/metal/plugin.h
index 545aea9..7a38d62 100644
--- a/noncore/styles/metal/plugin.h
+++ b/noncore/styles/metal/plugin.h
@@ -12,11 +12,9 @@ public:
12 QRESULT queryInterface ( const QUuid &, QUnknownInterface ** ); 12 QRESULT queryInterface ( const QUuid &, QUnknownInterface ** );
13 Q_REFCOUNT 13 Q_REFCOUNT
14 14
15 virtual QStyle *style ( ); 15 virtual QStyle *style ( );
16 virtual QString name ( ) const; 16 virtual QString name ( ) const;
17 17
18private:
19 ulong ref;
20}; 18};
21 19
22#endif 20#endif