Code cleanup.

This commit is contained in:
Black Hat
2018-12-15 22:29:51 +08:00
parent 076c501605
commit df045a786f
12 changed files with 129 additions and 145 deletions

View File

@@ -2,9 +2,4 @@ pragma Singleton
import QtQuick 2.12
import QtQuick.Controls 2.4
Item {
property alias font: materialLabel.font
Label {
id: materialLabel
}
}
Label {}