mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Minor tweaks in swiftdata
* removed private slots * formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
cd15bdc506
commit
52755e59c8
@@ -26,10 +26,7 @@
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CSwiftData; }
|
||||
namespace BlackCore
|
||||
{
|
||||
class CWebDataServices;
|
||||
}
|
||||
namespace BlackCore { class CWebDataServices; }
|
||||
|
||||
/*!
|
||||
* swift data entry control (aka mapping tool)
|
||||
@@ -55,17 +52,16 @@ protected:
|
||||
virtual void closeEvent(QCloseEvent *event) override;
|
||||
//! @}
|
||||
|
||||
private slots:
|
||||
private:
|
||||
//! Append log message
|
||||
void ps_appendLogMessage(const BlackMisc::CStatusMessage &message);
|
||||
void appendLogMessage(const BlackMisc::CStatusMessage &message);
|
||||
|
||||
//! Style sheet has changed
|
||||
void ps_onStyleSheetsChanged();
|
||||
void onStyleSheetsChanged();
|
||||
|
||||
//! Menu clicked
|
||||
void ps_onMenuClicked();
|
||||
void onMenuClicked();
|
||||
|
||||
private:
|
||||
void init();
|
||||
void initLogDisplay();
|
||||
void initStyleSheet();
|
||||
@@ -78,7 +74,7 @@ private:
|
||||
void displayConsole();
|
||||
void displayLog();
|
||||
|
||||
BlackGui::CManagedStatusBar m_statusBar;
|
||||
BlackGui::CManagedStatusBar m_statusBar;
|
||||
QScopedPointer<Ui::CSwiftData> ui;
|
||||
BlackMisc::CWorkerPointer<BlackCore::Db::CBackgroundDataUpdater> m_updater;
|
||||
BlackMisc::CSettingReadOnly<BlackGui::Settings::TBackgroundConsolidation> m_consolidationSettings { this, &CSwiftData::consolidationSettingChanged }; //!< consolidation time
|
||||
|
||||
Reference in New Issue
Block a user