mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-15 20:25:47 +02:00

1. Move accountStatusChanged and profileUpdated signals out from safeInit. 2. Add interrupter concept into Utils::oneShotConnect to avoid oneShotConnect being triggered after. 3. Add varieties of tests for wizardview including accounts creation tests (SIP, Jami, Rendezvous, Backup) 4. Remove uncleared stackLayoutIndex Gitlab: #470 Change-Id: I22c04811110b277eee53610f4ae34c924316a20a
12 lines
448 B
Text
12 lines
448 B
Text
<RCC>
|
|
<qresource prefix="/">
|
|
<file>src/tst_LocalAccount.qml</file>
|
|
<file>src/tst_PresenceIndicator.qml</file>
|
|
<file>src/tst_MessageWebViewFooter.qml</file>
|
|
<file>src/resources/gif_test.gif</file>
|
|
<file>src/resources/gz_test.gz</file>
|
|
<file>src/resources/png_test.png</file>
|
|
<file>src/tst_FilesToSendContainer.qml</file>
|
|
<file>src/tst_WizardView.qml</file>
|
|
</qresource>
|
|
</RCC>
|