~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/plugin/ucbottomedgehint.cpp

  • Committer: CI Train Bot
  • Author(s): Christian Dywan, Zsombor Egri, Zoltán Balogh, Tim Peeters, Albert Astals Cid, Michael Sheldon, Benjamin Zeller
  • Date: 2015-12-17 17:13:49 UTC
  • mfrom: (1000.739.27 OTA9-landing-2015-12-16)
  • Revision ID: ci-train-bot@canonical.com-20151217171349-8xwclnhnx8v9oz4m
OTA9-landing-2015-12-16
Approved by: Zoltan Balogh

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include "ucbottomedgehint_p.h"
21
21
#include "ucstyleditembase_p.h"
22
22
#include "quickutils.h"
 
23
#include "ucnamespace.h"
23
24
#include "ucunits.h"
24
25
#include "ucaction.h"
25
26
#include "gestures/ucswipearea.h"
338
339
void UCBottomEdgeHint::setState(const QString &state)
339
340
{
340
341
    QQuickItem::setState(state);
 
342
    UC_QML_DEPRECATION_WARNING("Overloaded 'state' property deprecated, will be removed from 1.3 release. Use 'status' instead.");
341
343
 
342
 
    qmlInfo(this) << "Overloaded 'state' property deprecated, will be removed from 1.3 release. Use 'status' instead.";
343
344
    Q_D(UCBottomEdgeHint);
344
345
    QQuickItem *style = d->styleItem;
345
346
    if (!style) {