mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
CFlashExpert: Add return value to showMTDSelector() & showFileSelector()
This commit is contained in:
@@ -72,8 +72,8 @@ class CFlashExpert : public CProgressWindow
|
||||
int selectedMTD;
|
||||
int width;
|
||||
|
||||
void showMTDSelector(const std::string & actionkey);
|
||||
void showFileSelector(const std::string & actionkey);
|
||||
int showMTDSelector(const std::string & actionkey);
|
||||
int showFileSelector(const std::string & actionkey);
|
||||
|
||||
bool checkSize(int mtd, std::string &backupFile);
|
||||
void readmtd(int readmtd);
|
||||
|
Reference in New Issue
Block a user