mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused member
This isn't the bug that Coverity showed, but it was found by looking at CID 1307969 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
31fb2e4c62
commit
6b9aea1b96
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ signals:
|
||||||
private:
|
private:
|
||||||
Ui::LocationInformation ui;
|
Ui::LocationInformation ui;
|
||||||
bool modified;
|
bool modified;
|
||||||
QAction *closeAction, *acceptAction, *rejectAction;
|
QAction *acceptAction, *rejectAction;
|
||||||
};
|
};
|
||||||
|
|
||||||
class DiveLocationFilterProxyModel : public QSortFilterProxyModel {
|
class DiveLocationFilterProxyModel : public QSortFilterProxyModel {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue