centerOnCurrentDive needs to be a slot
I'll connect this in the future with a few methods that will try to maintain state between dive changes. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ad5f1682ee
commit
f367414297
@ -21,7 +21,6 @@ public:
|
||||
using MarbleWidget::centerOn;
|
||||
GlobeGPS(QWidget *parent = 0);
|
||||
void reload();
|
||||
void centerOnCurrentDive();
|
||||
bool eventFilter(QObject *, QEvent *);
|
||||
|
||||
protected:
|
||||
@ -50,7 +49,7 @@ slots:
|
||||
void zoomOutForNoGPS();
|
||||
void prepareForGetDiveCoordinates();
|
||||
void endGetDiveCoordinates();
|
||||
|
||||
void centerOnCurrentDive();
|
||||
};
|
||||
|
||||
#else // NO_MARBLE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user