summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-07 11:48:14 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-07 11:48:14 -0700
commit90b0f75d4095a23ef3a0f43cc319784d4fc6acc3 (patch)
treec7209b8d1651ae8877f5bb0fd25da0e7ae5d1ff0 /qt-ui/maintab.h
parentd9f24b282a1f1ed2455c20de62cf1dd9fa6ae48b (diff)
downloadsubsurface-90b0f75d4095a23ef3a0f43cc319784d4fc6acc3.tar.gz
Remove info.c/info.h
The one remaining helper function in there was moved to maintab.cpp (which was the one remaining user). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index 2a588bad8..9cfe43a26 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -91,7 +91,8 @@ private:
enum { NONE, DIVE, TRIP, ADD } editMode;
Completers completers;
void enableEdition();
- void resetPallete();
+ void resetPallete();
+ QString printGPSCoords(int lat, int lon);
};
#endif