mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Random whitespace update
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d6d82a5af8
commit
0d1da0563b
7 changed files with 62 additions and 56 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue