Allow user variables to be set from glabels-batch command line (#75)
This commit is contained in:
@@ -88,6 +88,12 @@ namespace glabels
|
||||
}
|
||||
|
||||
|
||||
void Variable::setInitialValue( const QString& value )
|
||||
{
|
||||
mInitialValue = value;
|
||||
}
|
||||
|
||||
|
||||
void Variable::resetValue()
|
||||
{
|
||||
switch (mType)
|
||||
|
||||
Reference in New Issue
Block a user