Page MenuHomePhabricator

QmitkTransferFunctionGeneratorWidget does not compile without module SceneSerialization
Closed, ResolvedPublic

Description

QmitkTransferFunctionGeneratorWidget does no compile if the module MitkSceneSerialization is inactive, as it includes "MitkSceneSerializationExports.h" (in the cpp) which makes no sense.

-> remove include

Event Timeline

User engelm has pushed new remote branch:

bug-18613-make-QmitkTransferFunctionGeneratorWidget-compile

[5d1640]: Merge branch 'bug-18613-make-QmitkTransferFunctionGeneratorWidget-comp

Merged commits:

2015-01-14 12:56:10 Markus Engel [819183]
removed unnecessary include that prevents compilation without SceneSerialization

I simply removed the include that does not belong in the cpp of QmitkTransferFunctionGeneratorWidget.

Waiting for the dartclients..

Seems to be fine.. closing this issue