mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Background updater can be const, only needed "readonly" for UI
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6a17465633
commit
a1e16ea162
@@ -28,7 +28,7 @@ namespace BlackGui
|
||||
CDataSettingsComponent::~CDataSettingsComponent()
|
||||
{ }
|
||||
|
||||
void CDataSettingsComponent::setBackgroundUpdater(CBackgroundDataUpdater *updater)
|
||||
void CDataSettingsComponent::setBackgroundUpdater(const CBackgroundDataUpdater *updater)
|
||||
{
|
||||
ui->comp_ModelSettings->setBackgroundUpdater(updater);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user