diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-01 22:00:08 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-01 22:00:08 -0700 |
commit | 6b7797140bcf706b1a0a2eeb70438d8572372b9f (patch) | |
tree | 3319a54d57bea49b39dc5824a44c81c6ff262cec /qt-ui/models.h | |
parent | e5ad47e459af1d937d26782ce8308dbd67ecec4b (diff) | |
download | subsurface-6b7797140bcf706b1a0a2eeb70438d8572372b9f.tar.gz |
Minor style updates
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, 0 insertions, 4 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index 52a3498df..d063874d3 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -79,8 +79,6 @@ private: * */ - - struct TreeItemDT { Q_DECLARE_TR_FUNCTIONS ( TreeItemDT ); public: @@ -96,7 +94,6 @@ public: TreeItemDT *parent; }; - struct TripItem; class DiveTripModel : public QAbstractItemModel @@ -115,7 +112,6 @@ public: /*reimp*/ QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const; /*reimp*/ QModelIndex parent(const QModelIndex &child) const; - private: void setupModelData(); |