mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 11:28:49 +03:00
Fix multimedia import
This commit is contained in:
parent
27a8dc25f1
commit
7137fd032a
1 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
import "../"
|
||||
import "../../"
|
||||
import QtMultimedia 5.15
|
||||
import QtQuick 2.15
|
||||
import QtQuick.Controls 2.15
|
||||
import QtQuick.Layouts 1.15
|
||||
import QtMultimedia
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import im.nheko
|
||||
|
||||
Rectangle {
|
||||
|
|
Loading…
Reference in a new issue