Removed eroneous cancel() and join() from the DatabasePager::run() method.
This commit is contained in:
@@ -451,9 +451,7 @@ void DatabasePager::run()
|
|||||||
}
|
}
|
||||||
|
|
||||||
} while (!testCancel());
|
} while (!testCancel());
|
||||||
|
|
||||||
cancel();
|
|
||||||
join();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DatabasePager::addLoadedDataToSceneGraph(double timeStamp)
|
void DatabasePager::addLoadedDataToSceneGraph(double timeStamp)
|
||||||
|
|||||||
Reference in New Issue
Block a user