forked from len0rd/rockbox
Allow overriding filename for rockbox-info.txt.
This allows testing the class by using temporary files without the need of constructing a special path. Change-Id: Id5ccd37f05219f246b9bf9f8a26ec81342654f89
This commit is contained in:
parent
f81100efd2
commit
a56f4425c6
2 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@
|
|||
class RockboxInfo
|
||||
{
|
||||
public:
|
||||
RockboxInfo(QString mountpoint);
|
||||
RockboxInfo(QString mountpoint, QString fname = "/.rockbox/rockbox-info.txt");
|
||||
|
||||
QString version() {return m_version;}
|
||||
QString features(){return m_features;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue