The forgotten qt_defs.hpp.

This commit is contained in:
OBattler
2026-01-22 12:32:23 +01:00
parent 2d4bd42684
commit 9d1b73196c

10
src/qt/qt_defs.hpp Normal file
View File

@@ -0,0 +1,10 @@
#ifndef QT_DEFS_HPP
#define QT_DEFS_HPP
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
#define CHECK_STATE_CHANGED checkStateChanged
#else
#define CHECK_STATE_CHANGED stateChanged
#endif
#endif // QT_DEFS_HPP