aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/models.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-09-17 15:39:49 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-09-17 15:39:49 -0700
commit0d1da0563b949695651cce7eb49f9a25b80d3431 (patch)
treec48e75ca5c929d86755bff27059b3bef7293c42d /qt-ui/models.h
parentd6d82a5af8962899d20c1269ec94c0bd6afbb98b (diff)
downloadsubsurface-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.h4
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);
};