mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Fixed clazy warnings: rule of zero/three/five.
This commit is contained in:
@@ -33,6 +33,12 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
~CActionItem();
|
||||
|
||||
//! Not copyable
|
||||
//! @{
|
||||
CActionItem(const CActionItem &) = delete;
|
||||
CActionItem &operator =(const CActionItem &) = delete;
|
||||
//! @}
|
||||
|
||||
//! Append a new child
|
||||
void appendChild(CActionItem *child);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user