mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 00:45:46 +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
|
namespace Fs9
|
||||||
{
|
{
|
||||||
//! Factory implementation to create CSimulatorFs9 instances
|
//! 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_OBJECT
|
||||||
Q_PLUGIN_METADATA(IID "net.vatsim.PilotClient.BlackCore.SimulatorInterface")
|
Q_PLUGIN_METADATA(IID "net.vatsim.PilotClient.BlackCore.SimulatorInterface")
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ namespace BlackSimPlugin
|
|||||||
namespace Fsx
|
namespace Fsx
|
||||||
{
|
{
|
||||||
//! Factory implementation to create CSimulatorFsx instances
|
//! 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
|
Q_OBJECT
|
||||||
// TODO: @RW, move this string into CProject please
|
// TODO: @RW, move this string into CProject please
|
||||||
|
|||||||
Reference in New Issue
Block a user