mirror of
https://github.com/vale981/Taevitas
synced 2025-03-04 17:11:40 -05:00
Clean Properly
This commit is contained in:
parent
9352c2adda
commit
f6e9f6d220
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ void Recorder::newRecording( QString r_name ) {
|
|||
}
|
||||
|
||||
// Clean r_name // TODO: Maybe Visual Feedback for that...
|
||||
r_name.remove(QRegExp(QString::fromUtf8("[-`~!@#$%^&*()_—+=|:;<>«»,.?/{}\'\"\\\[\\]]")));
|
||||
r_name.replace(QRegExp("[^\da-zA-Z\_]"), "_");
|
||||
recName = r_name;
|
||||
|
||||
// Verify Recdir... create directories...
|
||||
|
|
Loading…
Add table
Reference in a new issue