mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #485, use Q_INTERFACES as a way of avoiding dynamic_cast
This commit is contained in:
committed by
Mathew Sutcliffe
parent
45496ce08e
commit
6d79b7dc12
@@ -31,6 +31,7 @@ class CSwiftCore :
|
||||
public BlackMisc::CIdentifiable
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(BlackGui::IMainWindowAccess)
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
|
||||
Reference in New Issue
Block a user