mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
path fix
This commit is contained in:
parent
90e237ff1f
commit
84c9220c63
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue