Minor style updates

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-05-01 22:00:08 -07:00
parent e5ad47e459
commit 6b7797140b
3 changed files with 25 additions and 38 deletions

View file

@ -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();