mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #937 Resolved clazy warnings: rule of three.
This commit is contained in:
@@ -42,6 +42,12 @@ namespace BlackCore
|
||||
//! Signature just to set an icon for an action
|
||||
CActionBind(const QString &action, const QPixmap &icon);
|
||||
|
||||
//! Not copyable
|
||||
//! @{
|
||||
CActionBind(const CActionBind &) = delete;
|
||||
CActionBind &operator =(const CActionBind &) = delete;
|
||||
//! @}
|
||||
|
||||
//! Destructor
|
||||
~CActionBind();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user