mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Removed a ton of dead code
Unused dead code / hack for the old QCompleter Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e4c0ee32cd
commit
d586970f31
4 changed files with 2 additions and 109 deletions
|
@ -22,7 +22,6 @@ class CylindersModel;
|
|||
class ExtraDataModel;
|
||||
class DivePictureModel;
|
||||
class QCompleter;
|
||||
class LocationManagementEditHelper;
|
||||
|
||||
struct Completers {
|
||||
QCompleter *divemaster;
|
||||
|
@ -55,7 +54,6 @@ public:
|
|||
void refreshDisplayedDiveSite();
|
||||
void nextInputField(QKeyEvent *event);
|
||||
void showAndTriggerEditSelective(struct dive_components what);
|
||||
virtual bool eventFilter(QObject*, QEvent*);
|
||||
|
||||
signals:
|
||||
void addDiveFinished();
|
||||
|
@ -124,7 +122,6 @@ private:
|
|||
dive_trip_t *currentTrip;
|
||||
dive_trip_t displayedTrip;
|
||||
bool acceptingEdit;
|
||||
LocationManagementEditHelper *locationManagementEditHelper;
|
||||
void updateDisplayedDiveSite();
|
||||
void updateDiveSite(int divenr);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue