summaryrefslogtreecommitdiff
path: root/src/modelmenu.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-07 11:16:51 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-07 11:16:51 +0200
commit9cab6e02598d710e83992610e910acd06c2e2576 (patch)
tree6e103d52edea8b70896083ee2b74197281770787 /src/modelmenu.h
parentupdated french translation (diff)
downloadrekonq-9cab6e02598d710e83992610e910acd06c2e2576.tar.xz
EBN Krazy issues. 3rd round... First chech finished!
Diffstat (limited to 'src/modelmenu.h')
-rw-r--r--src/modelmenu.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/modelmenu.h b/src/modelmenu.h
index af0d1043..d55bd6ce 100644
--- a/src/modelmenu.h
+++ b/src/modelmenu.h
@@ -41,7 +41,11 @@ 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 +102,3 @@ private:
};
#endif // MODELMENU_H
-