mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00: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
|
|
@ -67,5 +67,5 @@ class PSaveFile : public QSaveFile {
|
|||
QString m_absoluteFilePath;
|
||||
};
|
||||
#else
|
||||
#define PSaveFile QSaveFile
|
||||
using PSaveFile = QSaveFile;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue