mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +02:00
Kick NAMELESS_PROJECT to project.h
This commit is contained in:
parent
b043b5b5c6
commit
49607be57b
@ -53,9 +53,6 @@ class PROJECT;
|
|||||||
class SEARCH_STACK;
|
class SEARCH_STACK;
|
||||||
class REPORTER;
|
class REPORTER;
|
||||||
|
|
||||||
/// default name for nameless projects
|
|
||||||
#define NAMELESS_PROJECT wxT( "noname" )
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run a command in a child process.
|
* Run a command in a child process.
|
||||||
*
|
*
|
||||||
|
@ -37,6 +37,8 @@
|
|||||||
/// Currently an environment variable, eventually a project variable.
|
/// Currently an environment variable, eventually a project variable.
|
||||||
#define PROJECT_VAR_NAME wxT( "KIPRJMOD" )
|
#define PROJECT_VAR_NAME wxT( "KIPRJMOD" )
|
||||||
|
|
||||||
|
/// default name for nameless projects
|
||||||
|
#define NAMELESS_PROJECT wxT( "noname" )
|
||||||
|
|
||||||
class wxConfigBase;
|
class wxConfigBase;
|
||||||
class PARAM_CFG;
|
class PARAM_CFG;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user