Some style cleanup to libglabels.

This commit is contained in:
Jim Evins
2015-08-11 17:18:49 -04:00
parent de8ec9b66a
commit 0ad6caeeca
46 changed files with 1294 additions and 380 deletions
+11
View File
@@ -19,3 +19,14 @@
*/
#include "Paper.h"
namespace libglabels
{
Paper::Paper( const QString& id, const QString& name, double width, double height, const QString& pwgSize )
: mId(id), mName(name), mWidth(width), mHeight(height), mPwgSize(pwgSize)
{
}
}