~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit-ubuntu-yakkety-landing-094

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/plugin/ucstylehints.h

  • Committer: Bileto Bot
  • Author(s): Tarmac --author=Zoltán Balogh
  • Date: 2016-06-07 18:24:40 UTC
  • mfrom: (1000.954.8 OTA12-2016-06-07)
  • Revision ID: ci-train-bot@canonical.com-20160607182440-8shc9yv12gpbe46j
OTA12-2016-06-07 landing

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#undef foreach
28
28
#include <QtQml/private/qqmlcompiler_p.h>
29
29
 
 
30
#include <PropertyChange>
 
31
 
 
32
using namespace UbuntuToolkit;
 
33
 
30
34
class UCStyleHintsParser;
31
35
class UCStyledItemBase;
32
36
class QQuickItem;
33
 
class PropertyChange;
34
37
class UCStyleHints : public QObject, public QQmlParserStatus
35
38
{
36
39
    Q_OBJECT