Skip to content

Commit

Permalink
RE 6805 Refactor SelectionNotificationService class
Browse files Browse the repository at this point in the history
Commenting out test, due to link error on windows:
SelectionNotificationServiceTest.obj : error LNK2019:
unresolved external symbol "public: static struct
QMetaObject const
MantidQt::API::SelectionNotificationServiceImpl::staticMetaObject

I don't have access to a windows development system
to fix this.

refs #6805
  • Loading branch information
DennisMikkelson committed May 14, 2013
1 parent 3460496 commit 18889ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/API/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ set( TEST_FILES
InterfaceManagerTest.h
MantidColorMapTest.h
MantidQwtMatrixWorkspaceDataTest.h
SelectionNotificationServiceTest.h
# SelectionNotificationServiceTest.h
)

qt4_wrap_cpp ( MOCCED_FILES ${MOC_FILES} )
Expand Down

0 comments on commit 18889ad

Please sign in to comment.