mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
Ref T613, added missing checkbox and style
This commit is contained in:
@@ -32,14 +32,14 @@ namespace BlackGui
|
||||
explicit CSettingsSimulatorMessagesComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CSettingsSimulatorMessagesComponent();
|
||||
virtual ~CSettingsSimulatorMessagesComponent() override;
|
||||
|
||||
private slots:
|
||||
private:
|
||||
//! Save the data
|
||||
void ps_save();
|
||||
void save();
|
||||
|
||||
//! Load data
|
||||
void ps_load();
|
||||
void load();
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CSettingsSimulatorMessagesComponent> ui;
|
||||
|
||||
Reference in New Issue
Block a user