src/declarative/graphicsitems/qdeclarativeanchors.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   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");