mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Minor style updates
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e5ad47e459
commit
6b7797140b
3 changed files with 25 additions and 38 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue