aboutsummaryrefslogtreecommitdiff
path: root/src/common/qmenumodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/qmenumodel.h')
-rw-r--r--src/common/qmenumodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/qmenumodel.h b/src/common/qmenumodel.h
index ba5696d..598efd6 100644
--- a/src/common/qmenumodel.h
+++ b/src/common/qmenumodel.h
@@ -39,7 +39,6 @@ public:
~QMenuModel();
/* QAbstractItemModel */
- int columnCount(const QModelIndex &parent = QModelIndex()) const;
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;
QModelIndex parent (const QModelIndex &index) const;
int rowCount(const QModelIndex &parent = QModelIndex()) const;