]> git.lyx.org Git - lyx.git/commit
Use a typedef for vector<Format const *>, which is what gets used
authorRichard Heck <rgheck@lyx.org>
Wed, 19 Oct 2016 22:11:58 +0000 (18:11 -0400)
committerRichard Heck <rgheck@lyx.org>
Fri, 21 Oct 2016 03:07:13 +0000 (23:07 -0400)
commit014bc7805e8a9eca1096db67b1e9d26e1ff6c7e2
treee28363a8c49b74185ff3ece4648e7ef0c67da373
parente7f39ed37715777afbd2285231cc1645eb663fe6
Use a typedef for vector<Format const *>, which is what gets used
for lists of exportable and importable formats.
src/BufferParams.cpp
src/BufferParams.h
src/Converter.cpp
src/Converter.h
src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/GuiSendto.cpp
src/frontends/qt4/Menus.cpp
src/frontends/qt4/Toolbars.cpp