|
|
|
@ -77,6 +77,7 @@ public:
@@ -77,6 +77,7 @@ public:
|
|
|
|
|
Q_PROPERTY(QString videoSavePath READ videoSavePath NOTIFY savePathsChanged) |
|
|
|
|
Q_PROPERTY(QString photoSavePath READ photoSavePath NOTIFY savePathsChanged) |
|
|
|
|
Q_PROPERTY(QString crashSavePath READ crashSavePath NOTIFY savePathsChanged) |
|
|
|
|
Q_PROPERTY(QString customActionsSavePath READ customActionsSavePath NOTIFY savePathsChanged) |
|
|
|
|
|
|
|
|
|
Q_PROPERTY(QString planFileExtension MEMBER planFileExtension CONSTANT) |
|
|
|
|
Q_PROPERTY(QString missionFileExtension MEMBER missionFileExtension CONSTANT) |
|
|
|
@ -94,6 +95,7 @@ public:
@@ -94,6 +95,7 @@ public:
|
|
|
|
|
QString videoSavePath (); |
|
|
|
|
QString photoSavePath (); |
|
|
|
|
QString crashSavePath (); |
|
|
|
|
QString customActionsSavePath (); |
|
|
|
|
|
|
|
|
|
// Helper methods for working with firstRunPromptIds QVariant settings string list
|
|
|
|
|
static QList<int> firstRunPromptsIdsVariantToList (const QVariant& firstRunPromptIds); |
|
|
|
@ -120,6 +122,7 @@ public:
@@ -120,6 +122,7 @@ public:
|
|
|
|
|
static const char* videoDirectory; |
|
|
|
|
static const char* photoDirectory; |
|
|
|
|
static const char* crashDirectory; |
|
|
|
|
static const char* customActionsDirectory; |
|
|
|
|
|
|
|
|
|
// Returns the current qLocaleLanguage setting bypassing the standard SettingsGroup path. This should only be used
|
|
|
|
|
// by QGCApplication::setLanguage to query the language setting as early in the boot process as possible.
|
|
|
|
|