mirror of
https://github.com/vale981/Taevitas
synced 2025-03-04 17:11:40 -05:00
Clean Properly
This commit is contained in:
parent
b85c4e82f7
commit
72cedc0241
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.replace(QRegExp("[^\da-zA-Z\_]"), "_");
|
||||
r_name.replace(QRegExp("[^\\da-zA-Z\\_]"), "_");
|
||||
qDebug() << r_name();
|
||||
recName = r_name;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue