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