~nick-dedekind/ubuntu-ui-toolkit/actionItem-mnemonics

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Gerry Boland, Albert Astals Cid, Michał Sawicz
  • Date: 2016-05-02 13:28:56 UTC
  • mfrom: (1303.1.18 dynamic-grid-unit)
  • Revision ID: ci-train-bot@canonical.com-20160502132856-f79hi034eitdbvvx
Enable dynamic changing of grid units instigated by the shell Fixes: #1573532
Approved by: Michał Sawicz

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    Q_DECLARE_PRIVATE_D(d_ptr.data(), UCLabel)
92
92
    Q_DISABLE_COPY(UCLabel)
93
93
    Q_PRIVATE_SLOT(d_func(), void updateRenderType())
 
94
    Q_PRIVATE_SLOT(d_func(), void updatePixelSize())
94
95
};
95
96
 
96
97
QML_DECLARE_TYPE(UCLabel)