mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #937 Resolved clazy warnings: rule of three.
This commit is contained in:
@@ -43,6 +43,12 @@ namespace BlackMisc
|
||||
//! Delete files
|
||||
void deleteFiles();
|
||||
|
||||
//! Not copyable.
|
||||
//! @{
|
||||
CFileDeleter(const CFileDeleter &) = delete;
|
||||
CFileDeleter &operator =(const CFileDeleter &) = delete;
|
||||
//! @}
|
||||
|
||||
private:
|
||||
QStringList m_fileNames;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user