mirror of https://github.com/KLayout/klayout.git
Trying to fix Windows builds
This commit is contained in:
parent
f55a4824b7
commit
626f5809bc
|
|
@ -25,6 +25,7 @@
|
||||||
#ifndef HDR_edtRecentConfigurationPage
|
#ifndef HDR_edtRecentConfigurationPage
|
||||||
#define HDR_edtRecentConfigurationPage
|
#define HDR_edtRecentConfigurationPage
|
||||||
|
|
||||||
|
#include "edtCommon.h"
|
||||||
#include "layEditorOptionsPage.h"
|
#include "layEditorOptionsPage.h"
|
||||||
#include "tlObject.h"
|
#include "tlObject.h"
|
||||||
#include "tlDeferredExecution.h"
|
#include "tlDeferredExecution.h"
|
||||||
|
|
@ -52,7 +53,7 @@ class EditorOptionsPages;
|
||||||
/**
|
/**
|
||||||
* @brief The base class for a object properties page
|
* @brief The base class for a object properties page
|
||||||
*/
|
*/
|
||||||
class RecentConfigurationPage
|
class EDT_PUBLIC RecentConfigurationPage
|
||||||
: public lay::EditorOptionsPage
|
: public lay::EditorOptionsPage
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue