Ref T554, style

This commit is contained in:
Klaus Basan
2019-03-14 03:35:42 +01:00
committed by Mat Sutcliffe
parent 349a40723e
commit 8569713331
6 changed files with 21 additions and 16 deletions

View File

@@ -19,10 +19,7 @@
#include <QObject>
#include <QScopedPointer>
class QWidget;
namespace Ui { class CDbDebugDatabaseSetup; }
namespace BlackGui
{
namespace Components
@@ -42,11 +39,10 @@ namespace BlackGui
//! Dstructor
~CDbDebugDatabaseSetup();
private slots:
//! Changed the debug checkbox
void ps_debugChanged(bool set);
private:
//! Changed the debug checkbox
void onDebugChanged(bool set);
QScopedPointer<Ui::CDbDebugDatabaseSetup> ui;
BlackMisc::CData<BlackCore::Data::TGlobalSetup> m_setup {this}; //!< data cache
};