Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
QtTesting
Commits
ff19930d
Commit
ff19930d
authored
Dec 19, 2006
by
Clinton Stimpson
Browse files
BUG: give the thread some time to finish, so we don't get warnings about a terminated thread.
parent
d8723ec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
pqThreadedEventSource.cxx
View file @
ff19930d
...
...
@@ -95,6 +95,8 @@ pqThreadedEventSource::pqThreadedEventSource(QObject* p)
pqThreadedEventSource
::~
pqThreadedEventSource
()
{
// wait a second for this thread to finish, if it hasn't yet
this
->
Internal
->
wait
(
1000
);
delete
this
->
Internal
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment