We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bedd3d commit 5b00612Copy full SHA for 5b00612
src/qml/pages/stub.qml
@@ -5,8 +5,7 @@
5
import QtQuick 2.12
6
import QtQuick.Controls 2.12
7
import QtQuick.Layouts 1.11
8
-import "../components" as BitcoinCoreComponents
9
-
+import "../components"
10
11
ApplicationWindow {
12
id: appWindow
@@ -26,7 +25,7 @@ ApplicationWindow {
26
25
sourceSize.height: 128
27
}
28
29
- BitcoinCoreComponents.BlockCounter {
+ BlockCounter {
30
id: blockCounter
31
anchors.centerIn: parent
32
blockHeight: nodeModel.blockTipHeight
0 commit comments