#include <QtCore/qset.h>
#include <QtCore/qvector.h>
#include <QtCore/qlist.h>
#include <QtCore/qabstractitemmodel.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 1721 of file qitemselectionmodel.cpp.
1723 #ifndef Q_BROKEN_DEBUG_STREAM 1724 dbg.nospace() <<
"QItemSelectionRange(" << range.topLeft()
1725 <<
',' << range.bottomRight() <<
')';
1728 qWarning(
"This compiler doesn't support streaming QItemSelectionRange to QDebug");
Q_CORE_EXPORT void qWarning(const char *,...)
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
◆ Q_DECLARE_TYPEINFO()
◆ qHash()