Merge pull request #7497 from samcake/orange

Fix import for local file.qml tfrom another qml
This commit is contained in:
Brad Hefta-Gaub 2016-03-28 18:44:25 -07:00
commit 9bcc13d4a8
3 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
PlotPerf 1.0 PlotPerf.qml

View file

@ -10,7 +10,7 @@
//
import QtQuick 2.5
import QtQuick.Controls 1.4
import "plotperf"
Item {
id: statsUI