SineStriker
2023-12-29 76924a335f40a0c3cc13805b4cb9429c336d33ca
src/core/qwkglobal.h
@@ -1,6 +1,8 @@
#ifndef QWKGLOBAL_H
#define QWKGLOBAL_H
#include <functional>
#include <QtCore/QEvent>
#include <QtGui/QtEvents>
@@ -28,4 +30,10 @@
#  define QWINDOWKIT_CONFIG(feature) ((1 / QWINDOWKIT_##feature) == 1)
#endif
namespace QWK {
    using ScreenRectCallback = std::function<QRect(const QSize &)>;
}
#endif // QWKGLOBAL_H