src/hbcore/style/hbstyleinterface.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
--- a/src/hbcore/style/hbstyleinterface.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/style/hbstyleinterface.h	Mon May 03 12:48:33 2010 +0300
@@ -29,6 +29,8 @@
 #include <hbglobal.h>
 #include <hbstyle.h>
 class HbWidgetBase;
+
+// DEPRECATED API (style plugins are deprecated)
 // Interface used with HbStyle plugins, see HbStyle documentation for more information
 class HbStyleInterface
 {
@@ -39,6 +41,7 @@
     virtual QGraphicsItem *createPrimitive( HbStyle::Primitive primitive, QGraphicsItem *parent = 0 ) const = 0;
     virtual void updatePrimitive( QGraphicsItem *item, HbStyle::Primitive primitive, const QStyleOption *option ) const  = 0;
 	virtual QString layoutPath() const = 0;
+    void deprecated();
 };
 
 Q_DECLARE_INTERFACE(HbStyleInterface, "com.nokia.Hb.StyleInterface")