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
qdirlisting.cpp File Reference

(9c72754e18b0528bf103e74e0e5876cb4ba20809)

#include "qdirlisting.h"
#include "qdirentryinfo_p.h"
#include "qdir_p.h"
#include "qdiriterator.h"
#include "qabstractfileengine_p.h"
#include <QtCore/private/qfilesystemiterator_p.h>
#include <QtCore/private/qfilesystementry_p.h>
#include <QtCore/private/qfilesystemmetadata_p.h>
#include <QtCore/private/qfilesystemengine_p.h>
#include <QtCore/private/qfileinfo_p.h>
#include <QtCore/private/qduplicatetracker_p.h>
#include <memory>
#include <stack>
#include <vector>
Include dependency graph for qdirlisting.cpp:

Go to the source code of this file.

Classes

class  QDirListingPrivate
struct  QDirListingPrivate::vector_stack< T >

Functions

static bool isDotOrDotDot (QStringView fileName)

Function Documentation

◆ isDotOrDotDot()

bool isDotOrDotDot ( QStringView fileName)
static

Definition at line 350 of file qdirlisting.cpp.