mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35: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
@@ -49,6 +49,7 @@ class SwiftGuiStd :
|
||||
public BlackGui::IMainWindowAccess
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(BlackGui::IMainWindowAccess)
|
||||
|
||||
public:
|
||||
//! Main page indexes
|
||||
|
||||
Reference in New Issue
Block a user