mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Ref T413, application context "identifable"
This commit is contained in:
@@ -51,6 +51,12 @@ namespace BlackMisc
|
||||
//! Destructor
|
||||
~CIdentifiable();
|
||||
|
||||
//! Copy constructor
|
||||
CIdentifiable(const CIdentifiable &) = default;
|
||||
|
||||
//! Copy assignment operator
|
||||
CIdentifiable &operator =(const CIdentifiable &) = default;
|
||||
|
||||
private:
|
||||
CIdentifier m_identifier;
|
||||
QMetaObject::Connection m_connection;
|
||||
|
||||
Reference in New Issue
Block a user