Skip to content

Commit

Permalink
Continue renaming of files. This refs #5801
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Sep 27, 2012
1 parent 2c52925 commit 20d52b7
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 800 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/MantidQt/RefDetectorViewer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set ( SRC_FILES
src/RefImagePlotItem.cpp
src/QtUtils.cpp
src/GraphDisplay.cpp
src/ImageView.cpp
src/RefImageView.cpp
src/SliderHandler.cpp
src/RangeHandler.cpp
src/ImageDataSource.cpp
Expand All @@ -28,7 +28,7 @@ set ( INC_FILES
inc/MantidQtRefDetectorViewer/IVUtils.h
inc/MantidQtRefDetectorViewer/TrackingPicker.h
inc/MantidQtRefDetectorViewer/GraphDisplay.h
inc/MantidQtRefDetectorViewer/ImageView.h
inc/MantidQtRefDetectorViewer/RefImageView.h
inc/MantidQtRefDetectorViewer/QtUtils.h
inc/MantidQtRefDetectorViewer/ImageDataSource.h
inc/MantidQtRefDetectorViewer/SliderHandler.h
Expand All @@ -45,7 +45,7 @@ set ( MOC_FILES
)

set ( UI_FILES
inc/MantidQtRefDetectorViewer/ImageView.ui
inc/MantidQtRefDetectorViewer/RefImageView.ui
)

# Python unit tests
Expand Down

This file was deleted.

0 comments on commit 20d52b7

Please sign in to comment.