mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
The forgotten qt_defs.hpp.
This commit is contained in:
10
src/qt/qt_defs.hpp
Normal file
10
src/qt/qt_defs.hpp
Normal 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
|
||||
Reference in New Issue
Block a user