~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-xenial-landing-013

« back to all changes in this revision

Viewing changes to plugins/Ubuntu/Settings/Components/UbuntuShapeForItem.qml

  • Committer: CI Train Bot
  • Author(s): Daniel d'Andrada
  • Date: 2015-09-15 09:42:23 UTC
  • mfrom: (89.1.3 deprecation-warnings)
  • Revision ID: ci-train-bot@canonical.com-20150915094223-9ylyh4r4j3b1g5ba
Avoid creating a deluge of deprecation warnings

unity8 log is getting filled with the following warning:

"""
<Unknown File>: QML UCDeprecatedTheme: Theme.palette is deprecated. Use ThemeSettings instead.
"""

Approved by: PS Jenkins bot, Andrea Cimitan

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 */
16
16
 
17
17
import QtQuick 2.0
18
 
import Ubuntu.Components 0.1
 
18
import Ubuntu.Components 1.3
19
19
 
20
20
/* FIXME: This component is duplicating the UbuntuShape from the SDK, but shapes more
21
21
 * general (Item-based) components. This ability should be incorporated into the SDK's