Skip to content

Commit

Permalink
Formatting only change. Refs #6202
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Apr 9, 2013
1 parent a366c88 commit ff233cd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/MantidPlot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set ( QTIPLOT_SRCS src/ApplicationWindow.cpp
src/Graph3D.cpp
src/Graph.cpp
src/Grid.cpp
src/HelpWindow.cpp
src/HelpWindow.cpp
src/ImageDialog.cpp
src/ImageExportDialog.cpp
src/ImageMarker.cpp
Expand Down Expand Up @@ -279,7 +279,7 @@ set ( QTIPLOT_HDRS src/ApplicationWindow.h
src/Graph3D.h
src/Graph.h
src/Grid.h
src/HelpWindow.h
src/HelpWindow.h
src/ImageDialog.h
src/ImageExportDialog.h
src/ImageMarker.h
Expand Down
32 changes: 16 additions & 16 deletions Code/Mantid/MantidQt/API/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,24 @@ set ( MOC_FILES

# Include files aren't required, but this makes them appear in Visual Studio
set ( INC_FILES
${MOC_FILES}
inc/MantidQtAPI/AlgorithmInputHistory.h
inc/MantidQtAPI/AlgorithmRunner.h
inc/MantidQtAPI/DllOption.h
inc/MantidQtAPI/FileDialogHandler.h
inc/MantidQtAPI/GraphOptions.h
inc/MantidQtAPI/InterfaceFactory.h
inc/MantidQtAPI/InterfaceManager.h
inc/MantidQtAPI/MantidColorMap.h
inc/MantidQtAPI/MantidQwtIMDWorkspaceData.h
inc/MantidQtAPI/MantidQwtMatrixWorkspaceData.h
inc/MantidQtAPI/MantidQwtWorkspaceData.h
inc/MantidQtAPI/PropertyWidgetFactory.h
inc/MantidQtAPI/ScriptRepositoryView.h
${MOC_FILES}
inc/MantidQtAPI/AlgorithmInputHistory.h
inc/MantidQtAPI/AlgorithmRunner.h
inc/MantidQtAPI/DllOption.h
inc/MantidQtAPI/FileDialogHandler.h
inc/MantidQtAPI/GraphOptions.h
inc/MantidQtAPI/InterfaceFactory.h
inc/MantidQtAPI/InterfaceManager.h
inc/MantidQtAPI/MantidColorMap.h
inc/MantidQtAPI/MantidQwtIMDWorkspaceData.h
inc/MantidQtAPI/MantidQwtMatrixWorkspaceData.h
inc/MantidQtAPI/MantidQwtWorkspaceData.h
inc/MantidQtAPI/PropertyWidgetFactory.h
inc/MantidQtAPI/ScriptRepositoryView.h
)

set ( UI_FILES
inc/MantidQtAPI/ManageUserDirectories.ui
inc/MantidQtAPI/ManageUserDirectories.ui
inc/MantidQtAPI/ScriptRepositoryView.ui
)

Expand Down Expand Up @@ -113,5 +113,5 @@ install ( TARGETS MantidQtAPI ${SYSTEM_PACKAGE_TARGET} DESTINATION ${LIB_DIR} )


set ( TEST_FILES
ScriptRepositoryViewTest.h
ScriptRepositoryViewTest.h
)

0 comments on commit ff233cd

Please sign in to comment.