![]() |
Qt 6.x
The Qt SDK
|
#include "qfileselector.h"#include "qfileselector_p.h"#include <QtCore/QFile>#include <QtCore/QDir>#include <QtCore/QMutex>#include <QtCore/private/qlocking_p.h>#include <QtCore/QUrl>#include <QtCore/QFileInfo>#include <QtCore/QLocale>#include <QtCore/QDebug>#include "moc_qfileselector.cpp"
Include dependency graph for qfileselector.cpp:Go to the source code of this file.
Functions | |
| Q_GLOBAL_STATIC (QFileSelectorSharedData, sharedData) | |
| static bool | isLocalScheme (const QString &file) |
Variables | |
| static const char | env_override [] = "QT_NO_BUILTIN_SELECTORS" |
| static Q_CONSTINIT QBasicMutex | sharedDataMutex |
|
static |
Definition at line 163 of file qfileselector.cpp.
References file.
Referenced by QFileSelector::select().
Here is the caller graph for this function:| Q_GLOBAL_STATIC | ( | QFileSelectorSharedData | , |
| sharedData | |||
| ) |
|
static |
Definition at line 22 of file qfileselector.cpp.
Referenced by QFileSelectorPrivate::updateSelectors().
|
static |
Definition at line 25 of file qfileselector.cpp.
Referenced by QFileSelectorPrivate::addStatics(), and QFileSelector::allSelectors().