mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T28, allow access to settings component
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5b3097a2b0
commit
e7e984227b
@@ -63,6 +63,11 @@ namespace BlackGui
|
||||
return ui->comp_DataInfoArea;
|
||||
}
|
||||
|
||||
CDataSettingsComponent *CDataMainInfoAreaComponent::getDataSettingsComponent() const
|
||||
{
|
||||
return ui->comp_Settings;
|
||||
}
|
||||
|
||||
void CDataMainInfoAreaComponent::displayLog()
|
||||
{
|
||||
this->selectArea(InfoAreaLog);
|
||||
|
||||
Reference in New Issue
Block a user