]> git.lyx.org Git - features.git/commit
Take Vincent's advice: using a pointer for selectedFilter
authorTommaso Cucinotta <tommaso@lyx.org>
Sat, 15 Oct 2011 13:32:14 +0000 (13:32 +0000)
committerTommaso Cucinotta <tommaso@lyx.org>
Sat, 15 Oct 2011 13:32:14 +0000 (13:32 +0000)
commitcb9e09f29e970b2c50de4c44a05c92fa887e1e82
tree23ec56feed2f65f1e974b4bedb34022ce4a6fcbd
parentc5496cbf5dd871b50391bd5abcfd785369382c85
Take Vincent's advice: using a pointer for selectedFilter
avoids a useless object creation, as Qt tolerates the
pointer to be null as well.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39863 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/FileDialog.cpp
src/frontends/qt4/FileDialog.h