Add two (forgotten) since 5.0
authorThorbjørn Lund Martsum <tmartsum@gmail.com>
Sat, 10 Mar 2012 13:31:15 +0000 (14:31 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 14 Mar 2012 10:37:18 +0000 (11:37 +0100)
SHA for QWidget::hasHeightForWidth change:
466107107a85e7211c4b7f77b36ec50625657061

SHA for QAbstractItemDelegate::destoryeditor change
15f253a46aa45e2a9fa1055799fa2768ba49b9a3

Change-Id: Ic7e38c15f62eef22ab95414fad6e7b6c9c7d4f59
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
src/widgets/itemviews/qabstractitemdelegate.cpp
src/widgets/kernel/qwidget.cpp

index 6184a58..ecba3e2 100644 (file)
@@ -243,6 +243,8 @@ QWidget *QAbstractItemDelegate::createEditor(QWidget *,
 
 
 /*!
+    \since 5.0
+
     A function called when the editor is no longer needed and should be
     destroyed. The default behavior is a call to deleteLater on the editor.
     It possible e.g. to avoid this delete by reimplementing this function.
index 1493f61..be1782b 100644 (file)
@@ -9228,6 +9228,8 @@ int QWidget::heightForWidth(int w) const
 
 
 /*!
+    \Since 5.0
+
     Returns true if the widget's preferred height depends on its width; otherwise returns false.
 */ 
 bool QWidget::hasHeightForWidth() const