mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
append investigation
This commit is contained in:
parent
b0c1ef9546
commit
5d9500f6fe
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ void Recorder::newRecording( QString r_name ) {
|
|||
bool Recorder::restoreRecording() {
|
||||
bool ok;
|
||||
qDebug() << "reading statfile";
|
||||
cout << QString( stat_file.readLine() );
|
||||
qDebug() << QString( stat_file.readLine() );
|
||||
qDebug() << "red statfile";
|
||||
return ok;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue