mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
- 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:
@@ -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; };
|
||||
};
|
||||
|
Reference in New Issue
Block a user