~morphis/ubuntu-system-settings/bt-remove-sync-call

« back to all changes in this revision

Viewing changes to plugins/wifi/NetworkDetails.qml

  • Committer: CI Train Bot
  • Author(s): Ken VanDine
  • Date: 2015-10-23 14:57:21 UTC
  • mfrom: (1496.2.16 1_3)
  • Revision ID: ci-train-bot@canonical.com-20151023145721-yy5yzdpgvrs6oea9
Bump Ubuntu.Components imports to 1.3 and fixed UbuntuShape deprecations
 Fixes: #1508363
Approved by: Jonas G. Drange

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
 */
20
20
 
21
 
import QtQuick 2.0
 
21
import QtQuick 2.4
22
22
import QtQuick.Layouts 1.1
23
23
import SystemSettings 1.0
24
 
import Ubuntu.Components 0.1
25
 
import Ubuntu.Components.ListItems 0.1 as ListItem
 
24
import Ubuntu.Components 1.3
 
25
import Ubuntu.Components.ListItems 1.3 as ListItem
26
26
import Ubuntu.SystemSettings.Wifi 1.0
27
27
 
28
28
ItemPage {