Mv PlotPerf to shared dir

This commit is contained in:
Zach Pomerantz 2016-04-01 18:22:51 -07:00
parent 5b9198ed3d
commit 36e04f4434
3 changed files with 1 additions and 1 deletions

View file

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