1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

OP-910: fix line endings in QML template

This commit is contained in:
Oleg Semyonov 2013-06-06 11:16:47 +03:00
parent b6312b3faa
commit 68e18dcb38

View File

@ -1,8 +1,8 @@
/* /*
This list model was created for the AuthorsDialog. This list model was created for the AuthorsDialog.
*/ */
import QtQuick 1.1 import QtQuick 1.1
ListModel { ListModel {
${LIST_ELEMENTS} ${LIST_ELEMENTS}
} }