diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-09-17 15:39:49 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-09-17 15:39:49 -0700 |
commit | 0d1da0563b949695651cce7eb49f9a25b80d3431 (patch) | |
tree | c48e75ca5c929d86755bff27059b3bef7293c42d /qt-ui/models.h | |
parent | d6d82a5af8962899d20c1269ec94c0bd6afbb98b (diff) | |
download | subsurface-0d1da0563b949695651cce7eb49f9a25b80d3431.tar.gz |
Random whitespace update
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r-- | qt-ui/models.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index 3e156a822..fc762b6ad 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -425,8 +425,10 @@ public: virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole); virtual Qt::ItemFlags flags(const QModelIndex &index) const; bool *checkState; -public slots: +public +slots: void repopulate(); + private: explicit TagFilterModel(QObject *parent = 0); }; |