mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Remove component import version from Style.qml.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
d68fa5fce6
commit
472f387bdb
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
pragma Singleton
|
||||
|
||||
import QtQuick 2.15
|
||||
import QtQuick
|
||||
|
||||
import com.nextcloud.desktopclient 1.0
|
||||
import com.nextcloud.desktopclient
|
||||
|
||||
QtObject {
|
||||
readonly property int pixelSize: fontMetrics.font.pixelSize
|
||||
|
|
Loading…
Reference in a new issue