mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +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")
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace BlackSimPlugin
|
||||
namespace Fsx
|
||||
{
|
||||
//! Factory implementation to create CSimulatorFsx instances
|
||||
class Q_DECL_EXPORT CSimulatorFsxFactory : public QObject, public BlackCore::ISimulatorFactory
|
||||
class CSimulatorFsxFactory : public QObject, public BlackCore::ISimulatorFactory
|
||||
{
|
||||
Q_OBJECT
|
||||
// TODO: @RW, move this string into CProject please
|
||||
|
||||
Reference in New Issue
Block a user