mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #937 Resolved clazy warnings: wrong usage of emit keyword.
This commit is contained in:
@@ -152,7 +152,7 @@ void SwiftGuiStd::init()
|
||||
// whether init has been completed
|
||||
this->setVisible(true);
|
||||
|
||||
sGui->startUpCompleted(true);
|
||||
emit sGui->startUpCompleted(true);
|
||||
this->m_init = true;
|
||||
QTimer::singleShot(2500, this, &SwiftGuiStd::ps_verifyDataAvailability);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user