u1db-qt-example-6.qml:146: Unable to assign QVariantMap to QString
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
U1DB Qt/ QML |
Triaged
|
Undecided
|
Cris Dywan |
Bug Description
Trying to run example #6, I get this after clicking "Sync" button:
dmitry@ubuntu:~$ qmlscene /usr/share/
unity::
Could not determine application identifier. HUD will not work properly.
Provide your application identifier in $APP_ID environment variable.
file://
file://
file://
file://
file://
file://
file://
Related branches
- PS Jenkins bot: Approve (continuous-integration)
- U1DB Qt developers: Pending requested
-
Diff: 1664 lines (+934/-295)13 files modifieddebian/control (+2/-0)
examples/notes-cloud/notes-cloud.qml (+267/-148)
modules/U1db/plugin.cpp (+2/-0)
src/CMakeLists.txt (+5/-1)
src/database.cpp (+10/-0)
src/database.h (+1/-1)
src/request.cpp (+87/-0)
src/request.h (+77/-0)
src/server.cpp (+94/-0)
src/server.h (+67/-0)
src/synchronizer.cpp (+204/-137)
src/synchronizer.h (+21/-8)
tests/tst_sync.qml (+97/-0)
description: | updated |
Changed in u1db-qt: | |
milestone: | none → 2.0 |
Changed in u1db-qt: | |
status: | New → Triaged |
assignee: | nobody → Christian Dywan (kalikiana) |