![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Represents a rename operation where the file itself needs to be renamed. More...
#include <qqmllsutils_p.h>
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 |
Represents a rename operation where the file itself needs to be renamed.
Definition at line 128 of file qqmllsutils_p.h.
QQmlLSUtils::FileRename::Q_DECLARE_STRONGLY_ORDERED | ( | FileRename | ) |
|
friend |
Definition at line 133 of file qqmllsutils_p.h.
|
friend |
Definition at line 137 of file qqmllsutils_p.h.
QString QQmlLSUtils::FileRename::newFilename |
Definition at line 131 of file qqmllsutils_p.h.
QString QQmlLSUtils::FileRename::oldFilename |
Definition at line 130 of file qqmllsutils_p.h.