← Back to team overview

touch-packages team mailing list archive

[Bug 1472959] Re: Ubuntu Components 1.2 gives wrong deprecation warnings

 

*** This bug is a duplicate of bug 1467851 ***
    https://bugs.launchpad.net/bugs/1467851

** Changed in: ubuntu-ui-toolkit (Ubuntu)
       Status: Triaged => In Progress

** Changed in: ubuntu-ui-toolkit (Ubuntu)
     Assignee: Zsombor Egri (zsombi) => Christian Dywan (kalikiana)

** This bug has been marked a duplicate of bug 1467851
   Remove warning on deprecated theme for versions < 1.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1472959

Title:
  Ubuntu Components 1.2 gives wrong deprecation warnings

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  The simple

  import QtQuick 2.3
  import Ubuntu.Components 1.2

  Item {
      CheckBox {
      }
  }

  code gives a warning saying

  QML CheckBox: Theme.createStyleComponent() is deprecated. Use
  ThemeSettings instead.

  ThemeSettings is only introduced by Ubuntu.Components 1.3 so it should
  not give such a warning.

  When using qtdeclarative5-ubuntu-ui-toolkit-plugin
  1.3.1549+15.04.20150706-0ubuntu1 installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1472959/+subscriptions


References