Move PAGE_INFO to kicommon

This commit is contained in:
Marek Roszko 2024-01-09 07:26:04 -05:00
parent f53c3f895d
commit 8eb6123985
2 changed files with 3 additions and 2 deletions

View File

@ -117,6 +117,7 @@ set( KICOMMON_SRCS
lset.cpp
markup_parser.cpp
netclass.cpp
page_info.cpp
paths.cpp
richio.cpp
string_utils.cpp
@ -490,7 +491,6 @@ set( COMMON_SRCS
marker_base.cpp
notifications_manager.cpp
origin_transforms.cpp
page_info.cpp
printout.cpp
project.cpp
ptree.cpp

View File

@ -30,6 +30,7 @@
#ifndef PAGE_INFO_H
#define PAGE_INFO_H
#include <kicommon.h>
#include <wx/string.h>
#include <math/vector2d.h>
@ -54,7 +55,7 @@ class OUTPUTFORMATTER;
*
* @author Dick Hollenbeck
*/
class PAGE_INFO
class KICOMMON_API PAGE_INFO
{
public:
PAGE_INFO( const wxString& aType = PAGE_INFO::A3, bool IsPortrait = false );