Skip to content

Commit

Permalink
additional header for rhel6 and osx, Q_ export for win7, re #12610
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Aug 18, 2015
1 parent 48f7788 commit 8327a28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "MantidAPI/ITableWorkspace_fwd.h"
#include "MantidAPI/MatrixWorkspace_fwd.h"
#include "MantidKernel/System.h"
#include "MantidQtCustomInterfaces/DllConfig.h"
#include "MantidQtCustomInterfaces/EnggDiffraction/IEnggDiffractionPresenter.h"
#include "MantidQtCustomInterfaces/EnggDiffraction/IEnggDiffractionView.h"
// #include "MantidQtCustomInterfaces/EnggDiffraction/EnggDiffractionModel.h"
Expand Down Expand Up @@ -45,8 +45,9 @@ File change history is stored at: <https://github.com/mantidproject/mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
// needs to be dll-exported for the tests
class DLLExport EnggDiffractionPresenter : public QObject,
public IEnggDiffractionPresenter {
class MANTIDQT_CUSTOMINTERFACES_DLL EnggDiffractionPresenter
: public QObject,
public IEnggDiffractionPresenter {
// Q_OBJECT for 'connect' with thread/worker
Q_OBJECT

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef MANTIDQTCUSTOMINTERFACES_ENGGDIFFRACTION_IENGGDIFFRACTIONVIEW_H_
#define MANTIDQTCUSTOMINTERFACES_ENGGDIFFRACTION_IENGGDIFFRACTIONVIEW_H_

#include <string>

#include "MantidAPI/MatrixWorkspace_fwd.h"
#include "MantidQtCustomInterfaces/EnggDiffraction/EnggDiffCalibSettings.h"
// #include "MantidQtCustomInterfaces/EnggDiffraction/EnggDiffSettings.h"
Expand Down

0 comments on commit 8327a28

Please sign in to comment.