mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T157, add context for help calls and call dispatcher
This commit is contained in:
committed by
Mathew Sutcliffe
parent
0a4accc809
commit
ad32d33aa1
@@ -46,7 +46,10 @@ namespace BlackGui
|
||||
connect(this, &QWizard::accepted, this, &CConfigurationWizard::ended);
|
||||
|
||||
Q_ASSERT_X(sGui, Q_FUNC_INFO, "missing sGui");
|
||||
connect(this, &QWizard::helpRequested, sGui, &CGuiApplication::showHelp);
|
||||
connect(this, &QWizard::helpRequested, sGui, [ = ]
|
||||
{
|
||||
sGui->showHelp(this);
|
||||
});
|
||||
}
|
||||
|
||||
CConfigurationWizard::~CConfigurationWizard()
|
||||
|
||||
Reference in New Issue
Block a user