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