src/hbcore/gui/hbactionmanager_p.h
changeset 2 06ff229162e9
parent 0 16d8024aca5e
--- a/src/hbcore/gui/hbactionmanager_p.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/gui/hbactionmanager_p.h	Fri May 14 16:09:54 2010 +0300
@@ -59,7 +59,7 @@
     HbActionManager(HbView::ActionContainer container, QObject *parent, HbMainWindow *mainWindow);
     ~HbActionManager();
 
-    int position(QAction *action, QList<QAction *> actions) const;
+    int position(QAction *action, QList<QAction *> actions, int maxPos = -1) const;
     void addItem(HbAction::CommandRole role);
     QAction *orderedAction(int index, QList<QAction *> actions);