Commit db7470f7 authored by dogmaphobic's avatar dogmaphobic

Revert premature assumption that adding support for selected filters in Open...

Revert premature assumption that adding support for selected filters in Open Save would not affect all other file dialog operations. As is, unit tests requires all or nothing.
parent a3f5bd79
......@@ -355,5 +355,9 @@ QString UnitTest::_getSaveFileName(QWidget* parent,
Q_UNUSED(options);
Q_UNUSED(defaultSuffix);
// Support for selectedFilter (elsewhere) is not yet implemented. Until it is added for all
// file dialogs, this stays here.
Q_ASSERT(selectedFilter == NULL);
return _fileDialogResponseSingle(getSaveFileName);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment