mirror of
https://github.com/vale981/Taevitas
synced 2025-03-06 01:51:38 -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 Recorder::restoreRecording() {
|
||||||
bool ok;
|
bool ok;
|
||||||
|
qDebug() << "reading statfile";
|
||||||
frame_n = stat_file.readLine().toInt( &ok, 10 );
|
frame_n = stat_file.readLine().toInt( &ok, 10 );
|
||||||
|
qDebug() << "red statfile";
|
||||||
return ok;
|
return ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue