mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
Ref T335, style and CLANG warnings
This commit is contained in:
@@ -26,8 +26,18 @@ namespace BlackMisc
|
||||
//! Dtor
|
||||
virtual ~IProvider();
|
||||
|
||||
//! Copy constructor
|
||||
IProvider(const IProvider &) = delete;
|
||||
|
||||
//! Copy assignment operator
|
||||
IProvider &operator =(const IProvider &) = delete;
|
||||
|
||||
//! Return as QObject
|
||||
virtual QObject *asQObject() { return nullptr; }
|
||||
|
||||
protected:
|
||||
//! Constructor
|
||||
IProvider() {}
|
||||
};
|
||||
|
||||
//! Base class of provider aware classes
|
||||
|
||||
Reference in New Issue
Block a user