mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Create a new DiveSite when user clicks on add
Also reorganized a bit of the code, and renamed a few misleading methods. [Dirk Hohndel: remove some C++11 code] Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
82d3f088a4
commit
b8092c07a4
7 changed files with 44 additions and 23 deletions
|
@ -15,13 +15,13 @@ protected:
|
|||
public slots:
|
||||
void acceptChanges();
|
||||
void rejectChanges();
|
||||
void setLocationId(uint32_t uuid);
|
||||
void setCurrentDiveSiteByUuid(uint32_t uuid);
|
||||
void updateGpsCoordinates(void);
|
||||
void markChangedWidget(QWidget *w);
|
||||
void enableEdition();
|
||||
void resetState();
|
||||
void resetPallete();
|
||||
void setCurrentDiveSite(int dive_nr);
|
||||
void setCurrentDiveSiteByIndex(int dive_nr);
|
||||
void on_diveSiteCoordinates_textChanged(const QString& text);
|
||||
void on_diveSiteDescription_textChanged(const QString& text);
|
||||
void on_diveSiteName_textChanged(const QString& text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue