diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-03-10 11:09:25 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-03-10 11:09:25 -0700 |
commit | ca64f8a7827722212679e8af355b1000c48338c6 (patch) | |
tree | 9e6d0de3b7075586e415b61d101f6f2dbb2f8342 /qt-ui/simplewidgets.h | |
parent | 043ae4af2782fa652aab57158611656c00139473 (diff) | |
download | subsurface-ca64f8a7827722212679e8af355b1000c48338c6.tar.gz |
Clean up the UI when finished editing
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/simplewidgets.h')
-rw-r--r-- | qt-ui/simplewidgets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/simplewidgets.h b/qt-ui/simplewidgets.h index d86fefd70..613fb6480 100644 --- a/qt-ui/simplewidgets.h +++ b/qt-ui/simplewidgets.h @@ -232,6 +232,7 @@ public slots: void updateGpsCoordinates(void); void markChangedWidget(QWidget *w); void enableEdition(); + void resetState(); void resetPallete(); void on_diveSiteCoordinates_textChanged(const QString& text); |