equal
deleted
inserted
replaced
145 break; |
145 break; |
146 } |
146 } |
147 |
147 |
148 return ret; |
148 return ret; |
149 } |
149 } |
150 |
|
151 /*! |
|
152 \internal |
|
153 \class QDeclarativeAnchors |
|
154 \since 4.7 |
|
155 \brief The QDeclarativeAnchors class provides a way to lay out items relative to other items. |
|
156 |
|
157 \warning Currently, only anchoring to siblings or parent is supported. |
|
158 */ |
|
159 |
150 |
160 QDeclarativeAnchors::QDeclarativeAnchors(QObject *parent) |
151 QDeclarativeAnchors::QDeclarativeAnchors(QObject *parent) |
161 : QObject(*new QDeclarativeAnchorsPrivate(0), parent) |
152 : QObject(*new QDeclarativeAnchorsPrivate(0), parent) |
162 { |
153 { |
163 qFatal("QDeclarativeAnchors::QDeclarativeAnchors(QObject*) called"); |
154 qFatal("QDeclarativeAnchors::QDeclarativeAnchors(QObject*) called"); |