mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-21 21:52:03 +02:00
MainApplicationWindow.qml: remove unused import of QtQuick.Dialogs
The module is not used anywhere in the file and breaks the client on Windows. GitLab: #1905 Change-Id: I7e4f6e3516a3fd88c7e150b3eeb70cab823d388b
This commit is contained in:
parent
0f08dbcf59
commit
c818eeedce
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ import "mainview/components"
|
|||
import "wizardview"
|
||||
import "commoncomponents"
|
||||
import QWindowKit
|
||||
import QtQuick.Dialogs
|
||||
|
||||
ApplicationWindow {
|
||||
id: appWindow
|
||||
|
|
Loading…
Add table
Reference in a new issue