mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Merge pull request #1573 from Nheko-Reborn/fixqml
Add missing QML import
This commit is contained in:
commit
2401c211ab
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
pragma ComponentBehavior: Bound
|
||||
import ".."
|
||||
import "../ui"
|
||||
import "../dialogs"
|
||||
import Qt.labs.platform as Platform
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
|
|
Loading…
Reference in a new issue