Move PAGE_INFO to kicommon
This commit is contained in:
parent
f53c3f895d
commit
8eb6123985
|
@ -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
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue