1
0
mirror of https://github.com/mappu/miqt.git synced 2025-04-27 07:30:22 +00:00

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

@ -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>