mainthread: update header guard to disambiguate qt5/qt6 paths

This commit is contained in:
mappu 2025-01-11 15:50:00 +13:00
parent 5979cb49d5
commit 4fa5c6b1a2

View File

@ -1,7 +1,7 @@
#pragma once
#ifndef QT_MAINTHREAD_H
#define QT_MAINTHREAD_H
#ifndef MIQT_QT6_MAINTHREAD_H
#define MIQT_QT6_MAINTHREAD_H
#include <stdint.h>