mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
79716cbcd0
commit
f134fcd153
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user