~faenil/ubuntu-ui-toolkit/scrollbar_moreHoverFixesAndTests

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuToolkit/ucmargins.h

  • Committer: Andrea Bernabei
  • Date: 2016-07-07 15:21:03 UTC
  • mfrom: (1903.1.124 staging)
  • Revision ID: andrea.bernabei@canonical.com-20160707152103-eaz1u4zpnyhlacwf
merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <QtCore/QObject>
21
21
#include <QtQuick/QQuickItem>
22
 
 
23
 
class UCMargins : public QObject
 
22
#include <ubuntutoolkitglobal.h>
 
23
 
 
24
namespace UbuntuToolkit {
 
25
 
 
26
class UBUNTUTOOLKIT_EXPORT UCMargins : public QObject
24
27
{
25
28
    Q_OBJECT
26
29
    Q_PROPERTY(qreal left MEMBER m_left NOTIFY leftChanged FINAL)
73
76
    return qFuzzyIsNull(m_bottom) ? m_all : m_bottom;
74
77
}
75
78
 
 
79
UT_NAMESPACE_END
 
80
 
76
81
#endif // UCMARGINS_H