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

(9ba8506e1b9eb15d17f9694f31e92bd12f134881)

#include "fileinfothread_p.h"
#include <qdiriterator.h>
#include <qpointer.h>
#include <qtimer.h>
#include <QDebug>
#include <QtCore/qloggingcategory.h>
#include "moc_fileinfothread_p.cpp"
Include dependency graph for fileinfothread.cpp:

Go to the source code of this file.

Functions

QString fileInfoListToString (const QFileInfoList &fileInfoList)
constexpr FileInfoThread::UpdateTypes operator| (FileInfoThread::UpdateType f1, FileInfoThread::UpdateTypes f2) noexcept
constexpr FileInfoThread::UpdateTypes operator& (FileInfoThread::UpdateType f1, FileInfoThread::UpdateTypes f2) noexcept

Function Documentation

◆ fileInfoListToString()

QString fileInfoListToString ( const QFileInfoList & fileInfoList)

Definition at line 264 of file fileinfothread.cpp.

◆ operator&()

FileInfoThread::UpdateTypes operator& ( FileInfoThread::UpdateType f1,
FileInfoThread::UpdateTypes f2 )
constexprnoexcept

Definition at line 375 of file fileinfothread.cpp.

◆ operator|()

FileInfoThread::UpdateTypes operator| ( FileInfoThread::UpdateType f1,
FileInfoThread::UpdateTypes f2 )
constexprnoexcept

Definition at line 370 of file fileinfothread.cpp.