mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Try to fix 'PowerlevelIndicator is not a type'
This commit is contained in:
parent
057e1f5c67
commit
b541f5eb68
1 changed files with 8 additions and 6 deletions
|
@ -2,12 +2,14 @@
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import Qt.labs.platform 1.1 as Platform
|
import Qt.labs.platform as Platform
|
||||||
import QtQuick 2.15
|
import QtQuick
|
||||||
import QtQuick.Controls 2.15
|
import QtQuick.Controls
|
||||||
import QtQuick.Layouts 1.2
|
import QtQuick.Layouts
|
||||||
import QtQuick.Window 2.13
|
import QtQuick.Window
|
||||||
import im.nheko 1.0
|
import im.nheko
|
||||||
|
|
||||||
|
import "./components"
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue