mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
feat(ui/modules/Common/Window/ApplicationWindow): use last qt quick controls
This commit is contained in:
parent
a6b5f41035
commit
47811f21b1
1 changed files with 2 additions and 4 deletions
|
|
@ -1,13 +1,11 @@
|
|||
import QtQuick 2.7
|
||||
|
||||
// Explicit import to support Toolbar.
|
||||
import QtQuick.Controls 1.4 as Controls1
|
||||
import QtQuick.Controls 2.1
|
||||
|
||||
import 'Window.js' as Logic
|
||||
|
||||
// =============================================================================
|
||||
|
||||
Controls1.ApplicationWindow {
|
||||
ApplicationWindow {
|
||||
default property alias _content: content.data
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue