Trying to fix Windows builds

This commit is contained in:
Matthias Koefferlein 2025-08-24 21:22:33 +02:00
parent f55a4824b7
commit 626f5809bc
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
#ifndef HDR_edtRecentConfigurationPage
#define HDR_edtRecentConfigurationPage
#include "edtCommon.h"
#include "layEditorOptionsPage.h"
#include "tlObject.h"
#include "tlDeferredExecution.h"
@ -52,7 +53,7 @@ class EditorOptionsPages;
/**
* @brief The base class for a object properties page
*/
class RecentConfigurationPage
class EDT_PUBLIC RecentConfigurationPage
: public lay::EditorOptionsPage
{
Q_OBJECT