Skip to content

Commit 598007b

Browse files
Make jaspDistribution qml import relative (#144)
* make jaspDistribution qml import relative * Update LSTnormDist.qml
1 parent f106774 commit 598007b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inst/qml/LSTbinomDist.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
//
1818
import QtQuick
1919
import JASP.Controls
20-
import jaspDistributions
20+
import "../../../jaspDistributions"
2121

2222
BinomialDistribution{}

inst/qml/LSTnormDist.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
//
1818
import QtQuick
1919
import JASP.Controls
20-
import jaspDistributions
20+
import "../../../jaspDistributions"
2121

2222
NormalDistribution{}

0 commit comments

Comments
 (0)