threading issues fixed
This commit is contained in:
parent
a8501be581
commit
7591d805c9
13 changed files with 251 additions and 93 deletions
|
|
@ -201,6 +201,12 @@ void UserInterface::closeProfile()
|
|||
this->setWindowTitle(defaultWindowTitle.arg(tr("Select Profile")));
|
||||
}
|
||||
|
||||
void UserInterface::closeEvent(QCloseEvent *ev)
|
||||
{
|
||||
Q_UNUSED(ev)
|
||||
threadDB->doEndThread();
|
||||
}
|
||||
|
||||
UserInterface::~UserInterface()
|
||||
{
|
||||
foreach (QPushButton *profileBtn, profileBtns)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue