repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
LP-56 - Better txpid option namings, fix tabs-spaces, tooltips. headers, variable...
[librepilot.git]
/
ground
/
openpilotgcs
/
src
/
plugins
/
coreplugin
/
qml
/
AuthorsModel.qml.template
blob
8bbabc0ab7ba769f94aeecad42ab8a2ac195ae99
1
/*
2
This list model was created for the AuthorsDialog.
3
*/
4
import QtQuick 2.0
5
6
ListModel {
7
${LIST_ELEMENTS}
8
}