summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/locationinformation.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2017-10-02 17:51:20 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-02 09:52:54 -0700
commit516527e1bd4af1591abf212deb75bc26cbfa132b (patch)
treeb48c06b2b5ae80e1083115db6c4139e049f55b02 /desktop-widgets/locationinformation.h
parente1bd006cd624ab203f75b818d5b8bc534fe36d87 (diff)
downloadsubsurface-516527e1bd4af1591abf212deb75bc26cbfa132b.tar.gz
[Divesite] Hook location information interface for country
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/locationinformation.h')
-rw-r--r--desktop-widgets/locationinformation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/locationinformation.h b/desktop-widgets/locationinformation.h
index 9b245fe6e..f5c11820b 100644
--- a/desktop-widgets/locationinformation.h
+++ b/desktop-widgets/locationinformation.h
@@ -24,6 +24,7 @@ public slots:
void enableEdition();
void resetState();
void resetPallete();
+ void on_diveSiteCountry_textChanged(const QString& text);
void on_diveSiteCoordinates_textChanged(const QString& text);
void on_diveSiteDescription_textChanged(const QString& text);
void on_diveSiteName_textChanged(const QString& text);