Skip to content
Snippets Groups Projects
Commit 32dd0bcd authored by wonkoderverstaendige's avatar wonkoderverstaendige
Browse files

Fix deprecation warning

Button::setToggleState (bool, bool) was deprecated in favor of
setToggleState (bool, NotificationType).
parent cb925965
Branches
Tags
No related merge requests found
......@@ -46,5 +46,5 @@ void DataWindow::closeButtonPressed()
{
setContentNonOwned(0,false);
setVisible(false);
controlButton->setToggleState(false,false);
}
\ No newline at end of file
controlButton->setToggleState(false,dontSendNotification);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment