Added missing include for std::function in FontSizeHandler.h

This commit is contained in:
thunder2 2025-04-10 10:23:25 +02:00
parent 42bbf785ea
commit f2bf2f04cc

View File

@ -21,6 +21,8 @@
#ifndef _FONTSIZEHANDLER_H
#define _FONTSIZEHANDLER_H
#include <functional>
class QWidget;
class QAbstractItemView;
class FontSizeHandlerObject;