mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML-UI: be less chatty
Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
77fa4e37c8
commit
0ed2584231
1 changed files with 1 additions and 3 deletions
|
@ -189,8 +189,6 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
print("main.qml laoded.");
|
||||
print("gridUnit is: " + units.gridUnit);
|
||||
print("hightlight : " + theme.highlightColor);
|
||||
print("units.gridUnit is: " + units.gridUnit);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue