summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAntti Hölttä <AHoelttae@luxoft.com>2018-03-14 10:55:55 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2018-03-15 10:52:54 +0000
commit7c70805cfde54d840b39bdfeb1d02e95a3c84d5b (patch)
tree4f60c037fa5cff5687ff0f81f200e548d082d5b4 /.gitignore
parent45b8001bc1e656bf2e6248d7706670de5f565ac9 (diff)
downloadqtivi-7c70805cfde54d840b39bdfeb1d02e95a3c84d5b.tar.gz
Fix the custom signals and slots in qtro templates
Fix the custom slot implememtation in qtro templates. Calling a slot on a remote object replica causes an asynchronous call and returns a pending result object. The current backend slot implementation merely waits for the call to finish before returning to the code that uses it. This behavior will change when all method calls are made asynchronous. Also add tests for passing a remote objects initial values to newly connected clients. Change-Id: I278bfc583a657e8a30265af8ec6c02e178f0f245 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 70c9427..ee83038 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@ ui_*
*.version*
.qmake.*
!.qmake.conf
+*.qmlc
# Test generated files
tst_*