Remove the usage of deprecated qdoc macros.
[profile/ivi/qtbase.git] / src / corelib / itemmodels / qabstractitemmodel.cpp
2012-03-02 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-02-22 Stephen KellyRemove use of Q_BROKEN_DEBUG_STREAM.
2012-02-03 Giuseppe D'AngeloFix QAbstractItemModel documentation
2012-02-01 Friedemann Kleintqabstractitemmodel.cpp: Fix warnings.
2012-01-30 Stephen KellyAdd the QAbstractItemModel::canDropMimeData method.
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-24 Simon A. EugsterDocument where modelReset() is emitted
2012-01-24 Stephen KellyDeprecate QAbstractItemModel::reset().
2012-01-24 Mark Brandadd missing move* methods to QAbstractItemModel
2012-01-23 Jason McDonaldUpdate contact information in license headers.
2012-01-16 Stephen KellyClarify docs that everything must be re-queried on...
2012-01-10 Stephen KellyMake the supportedDragActions a virtual accessor.
2012-01-10 Stephen KellyMake the roleNames a virtual accessor.
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2011-12-21 Stephen KellyRemove misleading and incorrect information from dropMi...
2011-12-13 Stephen KellyMove QAbstractItemModel into a separate directory.