summaryrefslogtreecommitdiff
path: root/tests/mime-detection/shebang.qml
blob: 7d8d99781bba31b270b689d82196a7991efee924 (plain)
1
2
3
#!/bin/env qml
import QtQuick 2.10
Rectangle{width:400;height:200;color:"lightblue"}