added real portable mode

This commit is contained in:
itsmattkc
2018-10-29 18:15:50 +11:00
parent a54fee767d
commit 0817a1e486
10 changed files with 39 additions and 14 deletions
+1 -1
View File
@@ -319,6 +319,6 @@ void stop_recording() {
}
}
const QString& get_recorded_audio_filename() {
QString get_recorded_audio_filename() {
return output_recording.fileName();
}