Ref T169, check minimum mapping tool version

* added min.version in global setup
* check in CSwiftData::checkMinimumVersion
This commit is contained in:
Klaus Basan
2017-10-08 19:42:26 +02:00
committed by Mathew Sutcliffe
parent 6ce80bbd8e
commit 60656843f8
5 changed files with 78 additions and 33 deletions

View File

@@ -73,6 +73,7 @@ private:
void displayConsole();
void displayLog();
void checkMinimumVersion();
BlackGui::CManagedStatusBar m_statusBar;
QScopedPointer<Ui::CSwiftData> ui;