6 lines
69 B
QML
6 lines
69 B
QML
|
import QtQuick 2.14
|
||
|
|
||
|
QtObject {
|
||
|
property var quickTextDocument
|
||
|
}
|