mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #341 Remove unnecessary Q_DECL_EXPORT.
Qt MOC exports the required symbols.
This commit is contained in:
@@ -32,7 +32,7 @@ namespace BlackSimPlugin
|
||||
namespace Fs9
|
||||
{
|
||||
//! Factory implementation to create CSimulatorFs9 instances
|
||||
class Q_DECL_EXPORT CSimulatorFs9Factory : public QObject, public BlackCore::ISimulatorFactory
|
||||
class CSimulatorFs9Factory : public QObject, public BlackCore::ISimulatorFactory
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PLUGIN_METADATA(IID "net.vatsim.PilotClient.BlackCore.SimulatorInterface")
|
||||
|
||||
Reference in New Issue
Block a user