mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Clang fixes
This commit is contained in:
@@ -31,6 +31,15 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
virtual ~IMainWindowAccess();
|
||||
|
||||
//! Ctor
|
||||
IMainWindowAccess() {}
|
||||
|
||||
//! Copy constructor
|
||||
IMainWindowAccess(const IMainWindowAccess &) = delete;
|
||||
|
||||
//! Copy assignment operator
|
||||
IMainWindowAccess &operator =(const IMainWindowAccess &) = delete;
|
||||
|
||||
//! Display in console
|
||||
virtual bool displayTextInConsole(const QString &message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user