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
+10
View File
@@ -19,3 +19,13 @@
*/
#include "Vendor.h"
namespace libglabels
{
Vendor::Vendor( const QString &name, const QString &url ) : mName(name), mUrl(url)
{
}
}