Some namespace cleanup.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* Vendor.cpp
|
||||
*
|
||||
* Copyright (C) 2013 Jim Evins <evins@snaught.com>
|
||||
* Copyright (C) 2013-2016 Jim Evins <evins@snaught.com>
|
||||
*
|
||||
* This file is part of gLabels-qt.
|
||||
*
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "Vendor.h"
|
||||
|
||||
|
||||
namespace libglabels
|
||||
namespace glabels
|
||||
{
|
||||
|
||||
Vendor::Vendor( const QString &name, const QString &url ) : mName(name), mUrl(url)
|
||||
|
||||
Reference in New Issue
Block a user