Shutdown guard

This commit is contained in:
Klaus Basan
2018-04-28 19:53:20 +02:00
committed by Roland Winklmeier
parent ad10470eb1
commit a2ab62a25a
2 changed files with 2 additions and 1 deletions

View File

@@ -380,7 +380,7 @@ void SwiftGuiStd::onStyleSheetsChanged()
void SwiftGuiStd::onCurrentMainWidgetChanged(int currentIndex)
{
emit currentMainInfoAreaChanged(ui->sw_MainMiddle->currentWidget());
emit this->currentMainInfoAreaChanged(ui->sw_MainMiddle->currentWidget());
Q_UNUSED(currentIndex);
}