diff options
Diffstat (limited to 'framework/domain/maillistmodel.h')
-rw-r--r-- | framework/domain/maillistmodel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/domain/maillistmodel.h b/framework/domain/maillistmodel.h index faed9edf..dbb24a4d 100644 --- a/framework/domain/maillistmodel.h +++ b/framework/domain/maillistmodel.h | |||
@@ -68,8 +68,6 @@ public: | |||
68 | 68 | ||
69 | void setMail(const QVariant &mail); | 69 | void setMail(const QVariant &mail); |
70 | QVariant mail() const; | 70 | QVariant mail() const; |
71 | private slots: | ||
72 | void onRowsInserted(const QModelIndex &idx, int, int); | ||
73 | 71 | ||
74 | private: | 72 | private: |
75 | QSharedPointer<QAbstractItemModel> m_model; | 73 | QSharedPointer<QAbstractItemModel> m_model; |