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
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 128 of file qqmllsutils_p.h.

Member Function Documentation

◆ Q_DECLARE_STRONGLY_ORDERED()

QQmlLSUtils::FileRename::Q_DECLARE_STRONGLY_ORDERED ( FileRename )

◆ comparesEqual

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

Definition at line 133 of file qqmllsutils_p.h.

◆ compareThreeWay

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

Definition at line 137 of file qqmllsutils_p.h.

Member Data Documentation

◆ newFilename

QString QQmlLSUtils::FileRename::newFilename

Definition at line 131 of file qqmllsutils_p.h.

◆ oldFilename

QString QQmlLSUtils::FileRename::oldFilename

Definition at line 130 of file qqmllsutils_p.h.


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