--- a/videocollection/tsrc/stubs/inc/hbwidget.h Tue Oct 05 09:26:49 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/hbwidget.h Fri Oct 15 16:29:10 2010 +0300
@@ -30,8 +30,10 @@
HbWidget(QGraphicsItem *parent = 0) : QGraphicsWidget(parent){initializeCount++;}
virtual ~HbWidget(){initializeCount--;}
-
- void clearActions()
+
+ virtual QGraphicsItem *primitive(const QString &itemName) const;
+
+ void clearActions()
{
// Note actions().clear() does not work as actions() returns a copy of the actions list.
QList<QAction*> act = actions();