mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Removing meaningless assignment (mostly a typo).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39811 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
61f2924b9f
commit
b87cf553c4
@ -129,7 +129,7 @@ FileDialog::Result FileDialog::save(QString const & path,
|
||||
FileDialog::Result FileDialog::save(QString const & path,
|
||||
QStringList const & filters, QString const & suggested)
|
||||
{
|
||||
QString selectedFilter = 0;
|
||||
QString selectedFilter;
|
||||
return save(path, filters, suggested, selectedFilter);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user