Added testCancel() to DatabasePager::run() loop.
This commit is contained in:
parent
f8107a39b9
commit
11d1faeeb1
@ -197,6 +197,10 @@ void DatabasePager::run()
|
||||
|
||||
while(true)
|
||||
{
|
||||
|
||||
// test to see if we need to exit.
|
||||
testCancel();
|
||||
|
||||
//
|
||||
// delete any children if required.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user