mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Clone a bit of code to mark the Location Widget changed
This code is the same that is used on the MainTab, but since they are different objects, I can't just call it. so I'm duplicating them for the time being. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6fbf5b33cc
commit
30c5a027ca
2 changed files with 20 additions and 2 deletions
|
@ -230,13 +230,15 @@ public slots:
|
|||
|
||||
void setLocationId(uint32_t uuid);
|
||||
void updateGpsCoordinates(void);
|
||||
|
||||
void markChangedWidget(QWidget *w);
|
||||
void enableEdition();
|
||||
signals:
|
||||
void informationManagementEnded();
|
||||
|
||||
private:
|
||||
struct dive_site *currentDs;
|
||||
Ui::LocationInformation ui;
|
||||
bool modified;
|
||||
};
|
||||
|
||||
bool isGnome3Session();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue