~mzanetti/reminders-app/qmltest2

« back to all changes in this revision

Viewing changes to src/app/qml/components/NotebooksDelegate.qml

  • Committer: Michael Zanetti
  • Date: 2015-11-02 20:26:37 UTC
  • mfrom: (286.2.225 reminders-app)
  • Revision ID: michael.zanetti@canonical.com-20151102202637-53d4y488k3zt482j
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
17
 */
18
18
 
19
 
import QtQuick 2.3
20
 
import QtQuick.Layouts 1.0
 
19
import QtQuick 2.4
 
20
import QtQuick.Layouts 1.1
21
21
import Ubuntu.Components 1.3
22
 
import Ubuntu.Components.ListItems 1.0
 
22
import Ubuntu.Components.ListItems 1.3
23
23
import Evernote 0.1
24
24
 
25
25
ListItemWithActions {