Some style cleanup to libglabels.
This commit is contained in:
@@ -19,3 +19,13 @@
|
||||
*/
|
||||
|
||||
#include "Vendor.h"
|
||||
|
||||
|
||||
namespace libglabels
|
||||
{
|
||||
|
||||
Vendor::Vendor( const QString &name, const QString &url ) : mName(name), mUrl(url)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user