added earth-registration support

This commit is contained in:
2017-03-21 21:12:52 +01:00
parent b7ee7d992a
commit d80d356dea
14 changed files with 331 additions and 3 deletions

View File

@@ -47,7 +47,9 @@ private:
QPushButton* btnBeacon;
QPushButton* btnFingerprintLocation;
QPushButton* btnPOI;
QPushButton* btnGTP;
QPushButton* btnGTP;
QPushButton* btnEarthReg;
QPushButton* btnImage;
@@ -71,6 +73,8 @@ private slots:
void onNewImage();
void onNewEarthReg();
void onMainToolChanged();