Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qfileinfo.h File Reference

(70edabf98bf56e29296a2921db97a38f60cf896a)

#include <QtCore/qcompare.h>
#include <QtCore/qfile.h>
#include <QtCore/qlist.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qtimezone.h>
Include dependency graph for qfileinfo.h:

Go to the source code of this file.

Classes

class  QFileInfo

Macros

#define QFILEINFO_MAYBE_EXPLICIT   explicit

Typedefs

typedef QList< QFileInfoQFileInfoList

Functions

Q_CORE_EXPORT QDebug operator<< (QDebug, const QFileInfo &)

Macro Definition Documentation

◆ QFILEINFO_MAYBE_EXPLICIT

#define QFILEINFO_MAYBE_EXPLICIT   explicit

Definition at line 34 of file qfileinfo.h.

Typedef Documentation

◆ QFileInfoList

typedef QList<QFileInfo> QFileInfoList
related

Definition at line 192 of file qfileinfo.h.

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const QFileInfo & fi )

Definition at line 1807 of file qfileinfo.cpp.