append investigation

This commit is contained in:
Hiro Protagonist 2017-03-23 19:42:15 +13:00
parent b0c1ef9546
commit 5d9500f6fe

View file

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