Some namespace cleanup.

This commit is contained in:
Jim Evins
2016-03-27 00:14:38 -04:00
parent 5b7e031c52
commit 7559544b06
156 changed files with 9732 additions and 10126 deletions
+2 -2
View File
@@ -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)