]> git.mxchange.org Git - flightgear.git/commit
add new QtFileDialog to avoid using Nasal in file selectors
authorRebecca N. Palmer <rebecca_palmer@zoho.com>
Wed, 10 Feb 2016 22:58:56 +0000 (22:58 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Wed, 10 Feb 2016 22:58:56 +0000 (22:58 +0000)
commite1d0699bdbf1bee5cb29916ba78059872bace0d0
tree61e19dc5c08e557a76b2431858d2accbeb8b223c
parent16e6009255678501ea91f95360c9e9628b6eddb9
add new QtFileDialog to avoid using Nasal in file selectors

(and hence avoid applying Nasal security rules to them)
src/GUI/CMakeLists.txt
src/GUI/FileDialog.cxx
src/GUI/QtFileDialog.cxx [new file with mode: 0644]
src/GUI/QtFileDialog.hxx [new file with mode: 0644]