This commit is contained in:
Hiro Protagonist 2017-03-23 19:21:22 +13:00
parent 90e237ff1f
commit 84c9220c63

View file

@ -75,8 +75,9 @@ void Recorder::newRecording( QString r_name ) {
bool Recorder::restoreRecording() {
bool ok;
qDebug() << "reading statfile";
frame_n = stat_file.readLine().toInt( &ok, 10 );
qDebug() << "red statfile";
return ok;
}