FileProperty objects now can have a default extension, accessible with...
FileProperty objects now can have a default extension, accessible with getDefaultExt(). The default extension is the first extension that was passed to the FileProperty's constructor. re #1263
Showing
- Code/Mantid/DataHandling/src/SaveCSV.cpp 1 addition, 1 deletionCode/Mantid/DataHandling/src/SaveCSV.cpp
- Code/Mantid/Kernel/inc/MantidKernel/FileProperty.h 4 additions, 0 deletionsCode/Mantid/Kernel/inc/MantidKernel/FileProperty.h
- Code/Mantid/Kernel/src/FileProperty.cpp 3 additions, 2 deletionsCode/Mantid/Kernel/src/FileProperty.cpp
- Code/Mantid/Kernel/test/FilePropertyTest.h 3 additions, 1 deletionCode/Mantid/Kernel/test/FilePropertyTest.h
Loading
Please register or sign in to comment