Page MenuHomePhabricator

Standardize file opening
Closed, ResolvedPublic

Description

Both QmitkExtFileOpenAction() and QmitkDnDFrameWidget() use different processing ways for processing of the string containing the file path.

They also both differ from the QmitkFileOpenAction ( CoreUI, used by CoreApp ).

Use the "CoreUI-way" everywhere.

Event Timeline

[f3092e]: Merge branch 'bug-9758-StandardizeFileOpen'

Merged commits:

2011-10-14 14:56:27 Jan Hering [f5bc4f]
Modified the processing of QStrings with file names

  • the DataNodeFactory now gets a std::string by the toStdString() method