diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-22 21:25:05 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-22 21:31:45 -0700 |
commit | 115e5e5fbc5fcf190ceafaa2b800160cec93d52e (patch) | |
tree | 81f8308c48c11b7b3ff393ab35b3ae6999351d5c /qt-ui/models.h | |
parent | 775736395363ddfe65387b6e05d37546a4601ab9 (diff) | |
download | subsurface-115e5e5fbc5fcf190ceafaa2b800160cec93d52e.tar.gz |
The never ending, futile fight for whitespace consistency
I just need to write a tool that does this...
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, 2 insertions, 2 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index 6793a7fa8..5fa97eb56 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -90,7 +90,7 @@ private: */ struct TreeItemDT { - Q_DECLARE_TR_FUNCTIONS ( TreeItemDT ); + Q_DECLARE_TR_FUNCTIONS (TreeItemDT); public: enum Column {NR, DATE, RATING, DEPTH, DURATION, TEMPERATURE, TOTALWEIGHT, SUIT, CYLINDER, NITROX, SAC, OTU, MAXCNS, LOCATION, DIVE, COLUMNS }; @@ -102,7 +102,7 @@ public: return COLUMNS; }; - virtual QVariant data ( int column, int role ) const; + virtual QVariant data (int column, int role) const; int row() const; QList<TreeItemDT *> children; TreeItemDT *parent; |