Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
fileinfothread.cpp File Reference
#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 263 of file fileinfothread.cpp.

References QString::arg(), QString::fromLatin1(), and QList< T >::size().

Referenced by FileInfoThread::getFileInfos().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator&()

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

Definition at line 374 of file fileinfothread.cpp.

◆ operator|()

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

Definition at line 369 of file fileinfothread.cpp.