mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutil: rework and rename the "dont overwrite talkfiles" option so it really generates only new Talkfiles.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23162 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e3bd45ef81
commit
11bd80cd38
4 changed files with 21 additions and 8 deletions
|
|
@ -40,7 +40,7 @@ public:
|
|||
void setDir(QDir dir){m_dir = dir; }
|
||||
void setMountPoint(QString mountpoint) {m_mountpoint =mountpoint; }
|
||||
|
||||
void setOverwriteTalk(bool ov) {m_overwriteTalk = ov;}
|
||||
void setGenerateOnlyNew(bool ov) {m_generateOnlyNew = ov;}
|
||||
void setRecursive(bool ov) {m_recursive = ov;}
|
||||
void setStripExtensions(bool ov) {m_stripExtensions = ov;}
|
||||
void setTalkFolders(bool ov) {m_talkFolders = ov;}
|
||||
|
|
@ -67,7 +67,7 @@ private:
|
|||
QDir m_dir;
|
||||
QString m_mountpoint;
|
||||
|
||||
bool m_overwriteTalk;
|
||||
bool m_generateOnlyNew;
|
||||
bool m_recursive;
|
||||
bool m_stripExtensions;
|
||||
bool m_talkFolders;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue