diff options
author | Florent Revest <revestflo@gmail.com> | 2018-02-22 19:17:43 +0100 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2018-02-22 19:17:48 +0100 |
commit | d78a4dfa7fc18ceb42a58c28dcc399e02647187d (patch) | |
tree | 0c44594d0fd76a6fae3ee77ee491716e708ca39a | |
parent | dc200c1ac6ac13f2ffd1fbb3c6e43379cf82135f (diff) |
Adapt QML import paths to the new Nemo.Abc norm
-rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import QtQuick 2.9 import org.asteroid.controls 1.0 -import org.nemomobile.configuration 1.0 +import Nemo.Configuration 1.0 Application { id: app |