Make trunk compile again after recent switch to QString * for selectedFilter param in FileDialog::save().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39866 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Tommaso Cucinotta 2011-10-15 13:41:15 +00:00
parent 79716cbcd0
commit f134fcd153

View File

@ -2346,7 +2346,7 @@ bool GuiView::exportBufferAs(Buffer & b)
dlg.save(toqstr(fname.onlyPath().absFileName()), dlg.save(toqstr(fname.onlyPath().absFileName()),
types, types,
toqstr(fname.onlyFileName()), toqstr(fname.onlyFileName()),
filter); &filter);
if (result.first != FileDialog::Chosen) if (result.first != FileDialog::Chosen)
return false; return false;