Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
fileinfothread.cpp File Reference

(e28e15441afd48a081e6869cd56a62a54b1f7ad2)

#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::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.