mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #485, renamed overlay messages functions
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c411f07551
commit
b1353cefd4
@@ -43,7 +43,7 @@ namespace BlackGui
|
||||
COverlayMessagesFrame *mf = qobject_cast<COverlayMessagesFrame *>(parentWidget());
|
||||
Q_ASSERT_X(mf, Q_FUNC_INFO, "No overlay widget");
|
||||
if (!mf) { return; }
|
||||
mf->showMessages(msgs);
|
||||
mf->showOverlayMessages(msgs);
|
||||
}
|
||||
|
||||
void CDbLoginComponent::ps_onLoginClicked()
|
||||
|
||||
Reference in New Issue
Block a user