refs #341 Remove unnecessary Q_DECL_EXPORT.

Qt MOC exports the required symbols.
This commit is contained in:
Roland Winklmeier
2014-10-30 16:54:44 +01:00
parent 7701367a1c
commit 0e675b97e6
2 changed files with 2 additions and 2 deletions

View File

@@ -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")

View File

@@ -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