This page contains a comprehensive list of all new classes and functions introduced in Qt 5.6. Links to new APIs in previous Qt 5 releases are found at the bottom of this page.
					
					
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QVector<T> &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QList<T> &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QRegExp &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QLocale &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QRegularExpression &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QUrlQuery &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QVersionNumber &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QMimeType &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
					
					
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
					
					
						
							| 
								const T &
							 | 
							
								
									
										constFirst
									
								
								() const
							 | 
						
						
							| 
								const T &
							 | 
							
								
									
										constLast
									
								
								() const
							 | 
						
						
							| 
								QList::const_reverse_iterator
							 | 
							
								
									
										crbegin
									
								
								() const
							 | 
						
						
							| 
								QList::const_reverse_iterator
							 | 
							
								
									
										crend
									
								
								() const
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QList<T> &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QRegExp &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QLocale &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QRegularExpression &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QUrlQuery &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QVersionNumber &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QMimeType &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								QList::reverse_iterator
							 | 
							
								
									
										rbegin
									
								
								()
							 | 
						
						
							| 
								QList::const_reverse_iterator
							 | 
							
								
									
										rbegin
									
								
								() const
							 | 
						
						
							| 
								QList::reverse_iterator
							 | 
							
								
									
										rend
									
								
								()
							 | 
						
						
							| 
								QList::const_reverse_iterator
							 | 
							
								
									
										rend
									
								
								() const
							 | 
						
					
					
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
					
					
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QVector<T> &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QList<T> &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QRegExp &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QLocale &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QRegularExpression &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QUrlQuery &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QVersionNumber &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QMimeType &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
					
					
						
							| 
								QVarLengthArray::const_reverse_iterator
							 | 
							
								
									
										crbegin
									
								
								() const
							 | 
						
						
							| 
								QVarLengthArray::const_reverse_iterator
							 | 
							
								
									
										crend
									
								
								() const
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QLocale &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QRegularExpression &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QUrlQuery &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QVersionNumber &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QMimeType &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								QVarLengthArray::reverse_iterator
							 | 
							
								
									
										rbegin
									
								
								()
							 | 
						
						
							| 
								QVarLengthArray::const_reverse_iterator
							 | 
							
								
									
										rbegin
									
								
								() const
							 | 
						
						
							| 
								QVarLengthArray::reverse_iterator
							 | 
							
								
									
										rend
									
								
								()
							 | 
						
						
							| 
								QVarLengthArray::const_reverse_iterator
							 | 
							
								
									
										rend
									
								
								() const
							 | 
						
					
					
						
							| 
								void
							 | 
							
								
									
										append
									
								
								(T &&
								value
								)
							 | 
						
						
							| 
								const T &
							 | 
							
								
									
										constFirst
									
								
								() const
							 | 
						
						
							| 
								const T &
							 | 
							
								
									
										constLast
									
								
								() const
							 | 
						
						
							| 
								QVector::const_reverse_iterator
							 | 
							
								
									
										crbegin
									
								
								() const
							 | 
						
						
							| 
								QVector::const_reverse_iterator
							 | 
							
								
									
										crend
									
								
								() const
							 | 
						
						
							| 
								void
							 | 
							
								
									
										move
									
								
								(int
								
									from
								
								, int
								
									to
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								void
							 | 
							
								
									
										push_back
									
								
								(T &&
								value
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QVector<T> &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QList<T> &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QRegExp &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QLocale &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QRegularExpression &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QUrlQuery &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QVersionNumber &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QMimeType &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								QVector::reverse_iterator
							 | 
							
								
									
										rbegin
									
								
								()
							 | 
						
						
							| 
								QVector::const_reverse_iterator
							 | 
							
								
									
										rbegin
									
								
								() const
							 | 
						
						
							| 
								QVector::reverse_iterator
							 | 
							
								
									
										rend
									
								
								()
							 | 
						
						
							| 
								QVector::const_reverse_iterator
							 | 
							
								
									
										rend
									
								
								() const
							 | 
						
					
					
						
							| 
								QAction *
							 | 
							
								
									
										addAction
									
								
								(const QString &
								
									text
								
								, Functor
								
									functor
								
								, const QKeySequence &
								
									shortcut
								
								)
							 | 
						
						
							| 
								QAction *
							 | 
							
								
									
										addAction
									
								
								(const QString &
								
									text
								
								, const QObject *
								
									context
								
								, Functor
								
									functor
								
								, const QKeySequence &
								
									shortcut
								
								)
							 | 
						
						
							| 
								QAction *
							 | 
							
								
									
										addAction
									
								
								(const QIcon &
								
									icon
								
								, const QString &
								
									text
								
								, Functor
								
									functor
								
								, const QKeySequence &
								
									shortcut
								
								)
							 | 
						
						
							| 
								QAction *
							 | 
							
								
									
										addAction
									
								
								(const QIcon &
								
									icon
								
								, const QString &
								
									text
								
								, const QObject *
								
									context
								
								, Functor
								
									functor
								
								, const QKeySequence &
								
									shortcut
								
								)
							 | 
						
					
					
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator<=
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QVarLengthArray<T, Prealloc1> &
								
									lhs
								
								, const QVarLengthArray<T, Prealloc2> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QList<T> &
								
									lhs
								
								, const QList<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								bool
							 | 
							
								
									
										operator>=
									
								
								(const QVector<T> &
								
									lhs
								
								, const QVector<T> &
								
									rhs
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qAlpha
									
								
								(QRgba64
								
									rgba64
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qBlue
									
								
								(QRgba64
								
									rgba64
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountLeadingZeroBits
									
								
								(quint64
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountLeadingZeroBits
									
								
								(quint16
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountLeadingZeroBits
									
								
								(quint8
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountLeadingZeroBits
									
								
								(quint64
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountLeadingZeroBits
									
								
								(quint16
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountLeadingZeroBits
									
								
								(quint8
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountLeadingZeroBits
									
								
								(quint32
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountTrailingZeroBits
									
								
								(quint64
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountTrailingZeroBits
									
								
								(quint16
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountTrailingZeroBits
									
								
								(quint32
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountTrailingZeroBits
									
								
								(quint8
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountTrailingZeroBits
									
								
								(quint64
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountTrailingZeroBits
									
								
								(quint16
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountTrailingZeroBits
									
								
								(quint32
								
									v
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qCountTrailingZeroBits
									
								
								(quint8
								
									v
								
								)
							 | 
						
						
							| 
								int
							 | 
							
								
									
										qGlobalQHashSeed
									
								
								()
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qGreen
									
								
								(QRgba64
								
									rgba64
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(QSizePolicy
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QTransform &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QMatrix &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									qHash
								
								(const QKeySequence &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QMimeType &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QVersionNumber &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QUrlQuery &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QRegularExpression &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QLocale &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QRegExp &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QList<T> &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qHash
									
								
								(const QVector<T> &
								
									key
								
								, uint
								
									seed
								
								)
							 | 
						
						
							| 
								QRgba64
							 | 
							
								
									
										qPremultiply
									
								
								(QRgba64
								
									rgba64
								
								)
							 | 
						
						
							| 
								uint
							 | 
							
								
									
										qRed
									
								
								(QRgba64
								
									rgba64
								
								)
							 | 
						
						
							| 
								QRgba64
							 | 
							
								
									
										qRgba64
									
								
								(quint64
								
									c
								
								)
							 | 
						
						
							| 
								QRgba64
							 | 
							
								
									
										qRgba64
									
								
								(quint16
								
									r
								
								, quint16
								
									g
								
								, quint16
								
									b
								
								, quint16
								
									a
								
								)
							 | 
						
						
							| 
								void
							 | 
							
								
									
										qSetGlobalQHashSeed
									
								
								(int
								
									newSeed
								
								)
							 | 
						
						
							| 
								QRgba64
							 | 
							
								
									
										qUnpremultiply
									
								
								(QRgba64
								
									rgba64
								
								)
							 |