summaryrefslogtreecommitdiff
path: root/src/modelmenu.h
diff options
context:
space:
mode:
authoradjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-05-07 09:45:30 +0000
committeradjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-05-07 09:45:30 +0000
commitf8d79895735973381665d7cf5012b2ea41efa400 (patch)
treecc490c88a63b957ce8d6592c9888e3222c29fc45 /src/modelmenu.h
parentEBN Krazy fixes. 2nd round.. (diff)
parentImproved contextual menu usability (diff)
downloadrekonq-f8d79895735973381665d7cf5012b2ea41efa400.tar.xz
Fixing MERGING issues..
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964690 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/modelmenu.h')
-rw-r--r--src/modelmenu.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/modelmenu.h b/src/modelmenu.h
index af0d1043..89a0ecdf 100644
--- a/src/modelmenu.h
+++ b/src/modelmenu.h
@@ -41,7 +41,12 @@ class QPersistentModelIndex;
class KIcon;
-// A QMenu that is dynamically populated from a QAbstractItemModel
+/**
+ * A KMenu that is dynamically populated
+ * from a QAbstractItemModel
+ *
+ */
+
class ModelMenu : public KMenu
{
Q_OBJECT
@@ -98,4 +103,3 @@ private:
};
#endif // MODELMENU_H
-