skin: find event of menu button from list of context menu
[sdk/emulator/qemu.git] / tizen / src / ui / menu / menuitem.cpp
index d8b2326..5b13dd7 100644 (file)
@@ -61,6 +61,17 @@ QAction *MenuItem::getAction()
     return action;
 }
 
+const char *MenuItem::getSlot()
+{
+    return slot;
+}
+
+void MenuItem::setSlot(const char *slot)
+{
+    this->slot = slot;
+}
+
+
 MenuItem::~MenuItem()
 {
     /* do nothing */