~nik90/ubuntu-clock-app/prep-new-design-part1

« back to all changes in this revision

Viewing changes to ubuntu-clock-app.qml

Transitions the storage of world clocks and current location of user from LocalStorage to U1db.

Approved by Ubuntu Phone Apps Jenkins Bot, Riccardo Padovani.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
                // Tab content begins here
151
151
                page: ClockPage {
152
152
                    id: clockPage
153
 
 
154
 
                    WorldClockModel {
155
 
                        id: worldModel;
156
 
                        Component.onCompleted: {
157
 
                            _loadDB();
158
 
                            Utils.log("Clock Database loaded")
159
 
                        }
160
 
                    }
161
153
                }
162
154
            }
163
155