Ref T28, allow to set updater to really show if it is "on"

This commit is contained in:
Klaus Basan
2017-05-04 02:09:44 +02:00
committed by Mathew Sutcliffe
parent e7e984227b
commit 0fd3857b87
5 changed files with 31 additions and 5 deletions

View File

@@ -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