mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #335, renamed enums in Application context
component means something different in GUI, renamed to application
This commit is contained in:
committed by
Roland Winklmeier
parent
678cc2e0cc
commit
5eaaf70fcd
@@ -65,11 +65,13 @@ MainWindow::~MainWindow()
|
||||
*/
|
||||
void MainWindow::gracefulShutdown()
|
||||
{
|
||||
if (!this->m_init) return;
|
||||
if (!this->m_init) { return; }
|
||||
this->m_init = false;
|
||||
|
||||
if (this->getIContextApplication())
|
||||
this->getIContextApplication()->notifyAboutComponentChange(IContextApplication::ComponentGui, IContextApplication::ActionStops);
|
||||
{
|
||||
this->getIContextApplication()->notifyAboutComponentChange(IContextApplication::ApplicationGui, IContextApplication::ApplicationStops);
|
||||
}
|
||||
|
||||
// close info window
|
||||
if (this->m_compInfoWindow)
|
||||
|
||||
Reference in New Issue
Block a user