Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qmimetype.h File Reference

(5dbd6a44d81d6eb062878fbc0d14c19464308d21)

#include <QtCore/qglobal.h>
#include <QtCore/qobjectdefs.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringlist.h>
+ Include dependency graph for qmimetype.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QMimeType
 \inmodule QtCore More...
 

Functions

 QT_REQUIRE_CONFIG (mimetype)
 
Q_CORE_EXPORT size_t qHash (const QMimeType &key, size_t seed=0) noexcept
 
Q_CORE_EXPORT QDebug operator<< (QDebug debug, const QMimeType &mime)
 

Function Documentation

◆ operator<<()

Q_CORE_EXPORT QDebug operator<< ( QDebug debug,
const QMimeType & mime )

Definition at line 469 of file qmimetype.cpp.

References debug, and mime.

◆ qHash()

Q_CORE_EXPORT size_t qHash ( const QMimeType & key,
size_t seed = 0 )
related

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( mimetype )