mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +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
@@ -35,6 +35,7 @@ class CSwiftData :
|
||||
public BlackGui::IMainWindowAccess
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(BlackGui::IMainWindowAccess)
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
|
||||
Reference in New Issue
Block a user