mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #800 Fixed warning: deprecated implicit copy ctor/assign with user-declared dtor (rule of zero).
This commit is contained in:
committed by
Klaus Basan
parent
a44ffcbe79
commit
3351b1f8e1
@@ -45,9 +45,6 @@ namespace BlackMisc
|
||||
//! Default constructor
|
||||
CSettings();
|
||||
|
||||
//! Destructor.
|
||||
~CSettings() {}
|
||||
|
||||
//! Set simulator directory
|
||||
void setSimulatorDirectory(const QString &simulatorDirectory);
|
||||
|
||||
@@ -207,9 +204,6 @@ namespace BlackMisc
|
||||
//! Default constructor
|
||||
CSettingsSimulatorMessages();
|
||||
|
||||
//! Destructor.
|
||||
~CSettingsSimulatorMessages() {}
|
||||
|
||||
//! Log severity
|
||||
void setTechnicalLogSeverity(BlackMisc::CStatusMessage::StatusSeverity severity);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user