mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
revert latest commit (crashes on iOS)
This commit is contained in:
parent
7e49027c57
commit
608c17f121
8 changed files with 2 additions and 123 deletions
|
|
@ -2,7 +2,6 @@ import QtQuick 2.15
|
|||
import QtQuick.Controls 2.15
|
||||
import ".ext/" as Ext // for single file auto reload (development)
|
||||
//import "ext/" as Ext // release version
|
||||
import 'ext/dialogs' as Dlg
|
||||
|
||||
Rectangle {
|
||||
id: main
|
||||
|
|
@ -46,6 +45,4 @@ Rectangle {
|
|||
FontLoader { id: fontIcons; source: "fonts/fontawesome-webfont.ttf" }
|
||||
FontLoader { id: fontHack; source: "fonts/Hack-Regular.ttf" }
|
||||
FontLoader { id: fontHackBold; source: "fonts/Hack-Bold.ttf" }
|
||||
|
||||
Dlg.Dialogs {} // modal dialogs
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue