~mterry/ubuntu-calculator-app/confined

« back to all changes in this revision

Viewing changes to app/engine/CalculationHistory.qml

  • Committer: Launchpad Translations on behalf of ubuntu-calculator-dev
  • Date: 2016-11-30 05:39:14 UTC
  • Revision ID: launchpad_translations_on_behalf_of_ubuntu-calculator-dev-20161130053914-wkcv01lmm4b62jru
Launchpad automatic translations update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2014 Canonical, Ltd.
 
2
 * Copyright (C) 2014-2015 Canonical, Ltd.
3
3
 *
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License as published by
13
13
 * You should have received a copy of the GNU General Public License
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 */
16
 
import QtQuick 2.3
 
16
import QtQuick 2.4
17
17
import QtQuick.LocalStorage 2.0
18
18
 
19
19
Item {