]> git.mxchange.org Git - flightgear.git/commit
Refactor aircraft helper classes
authorJames Turner <zakalawe@mac.com>
Tue, 10 Mar 2015 00:13:55 +0000 (00:13 +0000)
committerJames Turner <zakalawe@mac.com>
Wed, 11 Mar 2015 17:09:59 +0000 (17:09 +0000)
commit92864265af49c482b58f26ec78fe10a358ea561f
tree9ce1eb6d990eccce080966bb787537d805c27f44
parentf32f1fba59c65730c16c1df6583c9f237662134f
Refactor aircraft helper classes

- move the aircraft list and delegate to their own files
src/GUI/AircraftItemDelegate.cxx [new file with mode: 0644]
src/GUI/AircraftItemDelegate.hxx [new file with mode: 0644]
src/GUI/AircraftModel.cxx [new file with mode: 0644]
src/GUI/AircraftModel.hxx [new file with mode: 0644]
src/GUI/CMakeLists.txt
src/GUI/QtLauncher.cxx