mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +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
@@ -14,14 +14,13 @@
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/overlaymessagesframe.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CDataSettingsComponent; }
|
||||
|
||||
namespace BlackCore { namespace Db { class CBackgroundDataUpdater; }}
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
@@ -38,7 +37,10 @@ namespace BlackGui
|
||||
explicit CDataSettingsComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CDataSettingsComponent();
|
||||
virtual ~CDataSettingsComponent();
|
||||
|
||||
//! Background updater
|
||||
void setBackgroundUpdater(BlackCore::Db::CBackgroundDataUpdater *updater);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CDataSettingsComponent> ui;
|
||||
|
||||
Reference in New Issue
Block a user