diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-06 12:06:13 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-07 08:16:53 -0700 |
commit | 53b1b17f4fc0a78397f0de500eea95612006c55d (patch) | |
tree | 852e74ad1bbe2d0e83e38c786da9bb84818f243e /desktop-widgets/locationinformation.h | |
parent | 0799d046ba976a15fea537ff3dc790b6d9b28cbd (diff) | |
download | subsurface-53b1b17f4fc0a78397f0de500eea95612006c55d.tar.gz |
LocationInformationWidget: make sure to clean out fields
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/locationinformation.h')
-rw-r--r-- | desktop-widgets/locationinformation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/locationinformation.h b/desktop-widgets/locationinformation.h index f5c11820b..01bc2c74a 100644 --- a/desktop-widgets/locationinformation.h +++ b/desktop-widgets/locationinformation.h @@ -43,6 +43,7 @@ signals: void endRequestCoordinates(); private: + void clearLabels(); Ui::LocationInformation ui; bool modified; QAction *acceptAction, *rejectAction; |