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