mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T28, allow to set updater to really show if it is "on"
This commit is contained in:
committed by
Mathew Sutcliffe
parent
e7e984227b
commit
0fd3857b87
@@ -11,6 +11,7 @@
|
||||
#include "ui_datasettingscomponent.h"
|
||||
|
||||
using namespace BlackGui;
|
||||
using namespace BlackCore::Db;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
@@ -27,5 +28,9 @@ namespace BlackGui
|
||||
CDataSettingsComponent::~CDataSettingsComponent()
|
||||
{ }
|
||||
|
||||
void CDataSettingsComponent::setBackgroundUpdater(CBackgroundDataUpdater *updater)
|
||||
{
|
||||
ui->comp_ModelSettings->setBackgroundUpdater(updater);
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user