diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 04:37:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 04:37:31 -0700 |
commit | 6ccb541f1dc22295e61195aeac532f9f46cb0253 (patch) | |
tree | d941f9e0b58b0221e9e0bfd387c4bb9eae94e98b /qt-ui/models.h | |
parent | 2ec6303f50ee2811aa0504372ddd61227157572b (diff) | |
download | subsurface-6ccb541f1dc22295e61195aeac532f9f46cb0253.tar.gz |
Random white space cleanup
Because I can.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r-- | qt-ui/models.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index cfc6771bb..32ce3df47 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -22,8 +22,8 @@ class CleanerTableModel : public QAbstractTableModel{ Q_OBJECT public: CleanerTableModel(); - virtual int columnCount(const QModelIndex& parent = QModelIndex()) const; - virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const; + virtual int columnCount(const QModelIndex& parent = QModelIndex()) const; + virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const; protected: void setHeaderDataStrings(const QStringList& headers); private: @@ -194,8 +194,8 @@ public: enum Layout{TREE, LIST, CURRENT}; Qt::ItemFlags flags(const QModelIndex &index) const; - virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const; - DiveTripModel(QObject* parent = 0); + virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const; + DiveTripModel(QObject* parent = 0); Layout layout() const; void setLayout(Layout layout); |