Clean Properly

This commit is contained in:
Hiro Protagonist 2017-03-26 17:25:48 +13:00
parent b85c4e82f7
commit 72cedc0241

View file

@ -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;