Rev 674 | Rev 801 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 674 | Rev 711 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | #include <QString> |
22 | #include <QString> |
23 | #include "../Global/Global.h" |
23 | #include "../Global/Global.h" |
24 | #include "../Global/Kopter.h" |
24 | #include "../Global/Kopter.h" |
Line 25... | Line 25... | ||
25 | 25 | ||
26 | static const QString QA_NAME = "QMK-Maps"; |
26 | static const QString QA_NAME = "QMK-Maps"; |
Line 27... | Line 27... | ||
27 | static const QString QA_VERSION_NR = "1.1.0"; |
27 | static const QString QA_VERSION_NR = "1.1.4"; |
28 | 28 | ||
29 | #ifdef _BETA_ |
29 | #ifdef _BETA_ |
30 | static const QString QA_VERSION = QA_VERSION_NR + " (BETA)"; |
30 | static const QString QA_VERSION = QA_VERSION_NR + " (BETA)"; |
31 | #else |
31 | #else |
Line 32... | Line 32... | ||
32 | static const QString QA_VERSION = QA_VERSION_NR; |
32 | static const QString QA_VERSION = QA_VERSION_NR; |
33 | #endif |
33 | #endif |
Line 34... | Line 34... | ||
34 | 34 | ||
35 | static const QString QA_DATE = "30.10.2009"; |
35 | static const QString QA_DATE = "30.11.2009"; |
36 | static const QString QA_YEAR = "2008-2009"; |
36 | static const QString QA_YEAR = "2008-2009"; |
Line 47... | Line 47... | ||
47 | "Groundstation-Programm für den Mikrokopter<br /><br />" |
47 | "Groundstation-Programm für den Mikrokopter<br /><br />" |
48 | "QMK-Maps - Positionsanzeige und Waypoint-Programmierung.<br /><br /> " |
48 | "QMK-Maps - Positionsanzeige und Waypoint-Programmierung.<br /><br /> " |
49 | "Dieses Programm wird unter den Bedingungen der GPL v2 veröffentlicht." |
49 | "Dieses Programm wird unter den Bedingungen der GPL v2 veröffentlicht." |
50 | "</HTML>"; |
50 | "</HTML>"; |
Line -... | Line 51... | ||
- | 51 | ||
- | 52 | static const QString DataFields = "VWXO"; |
|
51 | 53 |