mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
PSaveFile: use a type alias instead of a macro
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
327a554d42
commit
8cbcadaca2
1 changed files with 1 additions and 1 deletions
|
|
@ -67,5 +67,5 @@ class PSaveFile : public QSaveFile {
|
||||||
QString m_absoluteFilePath;
|
QString m_absoluteFilePath;
|
||||||
};
|
};
|
||||||
#else
|
#else
|
||||||
#define PSaveFile QSaveFile
|
using PSaveFile = QSaveFile;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue