- flashtool: add posibilty to get localized and non-localized type

Conflicts:
	src/gui/update.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-01-06 14:46:09 +01:00
committed by Thilo Graf
parent 8329fe4b31
commit 4c2ce1bac2
7 changed files with 21 additions and 17 deletions

View File

@@ -91,7 +91,7 @@ class CFlashVersionInfo
const char *getDate(void) const;
const char *getTime(void) const;
const char *getReleaseCycle(void) const;
const char *getType(void) const;
const char *getType(bool localized = false) const;
int getVersion(void) const;
time_t getDateTime(void) const { return datetime; };
};