mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
rename Assert.h because it causes conflicts???
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
6cb07e203b
commit
fa040fc959
|
|
@ -104,7 +104,7 @@ set(CORE_SOURCES
|
||||||
MTPixmapCache.h
|
MTPixmapCache.h
|
||||||
|
|
||||||
# Assertion helper
|
# Assertion helper
|
||||||
Assert.h
|
AssertHelpers.h
|
||||||
)
|
)
|
||||||
if (UNIX AND NOT CYGWIN AND NOT APPLE)
|
if (UNIX AND NOT CYGWIN AND NOT APPLE)
|
||||||
set(CORE_SOURCES
|
set(CORE_SOURCES
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
||||||
#include "Assert.h"
|
#include "AssertHelpers.h"
|
||||||
|
|
||||||
Q_LOGGING_CATEGORY(taskLogC, "launcher.task")
|
Q_LOGGING_CATEGORY(taskLogC, "launcher.task")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue