mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-10-30 07:53:33 +08:00
Qt.bindings are not supported for properties within when calling createObject anymore. Instead, we can pass component references, or generate bindings post-creation. Note: in this case, the popup closes and observation is not really needed here. Gitlab: #1169 Change-Id: I21c1d95f4ca725c86fcf276834830145587458cc
50 lines
533 B
Plaintext
50 lines
533 B
Plaintext
*.user
|
|
doc/Doxyfile
|
|
|
|
GeneratedFiles/
|
|
.vs/
|
|
.vscode/
|
|
x64/
|
|
x86/
|
|
[wW]in32/
|
|
.qmake.stash
|
|
debug/
|
|
release/
|
|
beta/
|
|
*.dll
|
|
*.qm
|
|
nuget.exe
|
|
*.autosave
|
|
changelog.html
|
|
obj/
|
|
build/
|
|
!extras/build
|
|
build-local/
|
|
build-global/
|
|
install/
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*qmlcache.qrc
|
|
.deploy.stamp
|
|
*.orig
|
|
*.log
|
|
*.pid
|
|
|
|
# tests
|
|
Testing/
|
|
|
|
# auto-gen files
|
|
src/app/resources.qrc
|
|
src/app/qml.qrc
|
|
src/app/constant/JamiResources.qml
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# packaging
|
|
.tarball-version
|
|
tarballs.manifest
|
|
jami-*.tar.gz
|
|
extras/packaging/gnu-linux/packages/
|
|
.docker-image-*
|