Allow user variables to be set from glabels-batch command line (#75)

This commit is contained in:
Jim Evins
2019-10-12 21:57:04 -04:00
parent 1a900d0ebc
commit 7a02c0b226
6 changed files with 60 additions and 2 deletions
+6
View File
@@ -88,6 +88,12 @@ namespace glabels
}
void Variable::setInitialValue( const QString& value )
{
mInitialValue = value;
}
void Variable::resetValue()
{
switch (mType)