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
QQmlLSUtils::FileRename Struct Reference

Represents a rename operation where the file itself needs to be renamed. More...

#include <qqmllsutils_p.h>

+ Collaboration diagram for QQmlLSUtils::FileRename:

Public Member Functions

 Q_DECLARE_STRONGLY_ORDERED (FileRename)
 

Public Attributes

QString oldFilename
 
QString newFilename
 

Friends

bool comparesEqual (const FileRename &a, const FileRename &b) noexcept
 
Qt::strong_ordering compareThreeWay (const FileRename &a, const FileRename &b) noexcept
 

Detailed Description

Represents a rename operation where the file itself needs to be renamed.

Definition at line 98 of file qqmllsutils_p.h.

Member Function Documentation

◆ Q_DECLARE_STRONGLY_ORDERED()

QQmlLSUtils::FileRename::Q_DECLARE_STRONGLY_ORDERED ( FileRename )

Friends And Related Symbol Documentation

◆ comparesEqual

bool comparesEqual ( const FileRename & a,
const FileRename & b )
friend

Definition at line 103 of file qqmllsutils_p.h.

◆ compareThreeWay

Qt::strong_ordering compareThreeWay ( const FileRename & a,
const FileRename & b )
friend

Definition at line 107 of file qqmllsutils_p.h.

Member Data Documentation

◆ newFilename

QString QQmlLSUtils::FileRename::newFilename

Definition at line 101 of file qqmllsutils_p.h.

◆ oldFilename

QString QQmlLSUtils::FileRename::oldFilename

Definition at line 100 of file qqmllsutils_p.h.


The documentation for this struct was generated from the following file: