summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/plugin.cpp
Unidiff
Diffstat (limited to 'noncore/styles/liquid/plugin.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/liquid/plugin.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/noncore/styles/liquid/plugin.cpp b/noncore/styles/liquid/plugin.cpp
index 0740420..6813fc5 100644
--- a/noncore/styles/liquid/plugin.cpp
+++ b/noncore/styles/liquid/plugin.cpp
@@ -68,17 +68,12 @@ QRESULT LiquidInterface::queryInterface ( const QUuid &uuid, QUnknownInterface *
68 68
69 if ( *iface ) 69 if ( *iface )
70 (*iface)-> addRef ( ); 70 (*iface)-> addRef ( );
71 71
72 return QS_OK; 72 return QS_OK;
73} 73}
74 74
75Q_EXPORT_INTERFACE() 75Q_EXPORT_INTERFACE()
76{ 76{
77 Q_CREATE_INSTANCE( LiquidInterface ) 77 Q_CREATE_INSTANCE( LiquidInterface )
78} 78}
79 79
80
81
82
83// Hack for Retail Z experiments
84extern "C" { QStyle *allocate ( ) { return new LiquidStyle ( ); } }