rename Assert.h because it causes conflicts???

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-01-22 23:44:17 +05:00
parent 6cb07e203b
commit fa040fc959
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF
3 changed files with 2 additions and 2 deletions

View file

@ -104,7 +104,7 @@ set(CORE_SOURCES
MTPixmapCache.h
# Assertion helper
Assert.h
AssertHelpers.h
)
if (UNIX AND NOT CYGWIN AND NOT APPLE)
set(CORE_SOURCES

View file

@ -38,7 +38,7 @@
#include <QDebug>
#include "Assert.h"
#include "AssertHelpers.h"
Q_LOGGING_CATEGORY(taskLogC, "launcher.task")