Removed most inline functions and assorted cleanup to libglabels source.

This commit is contained in:
Jim Evins
2017-01-13 22:02:14 -05:00
parent 9cba0d4a43
commit f6de611a68
47 changed files with 538 additions and 691 deletions
+2 -5
View File
@@ -33,8 +33,8 @@ namespace glabels
public:
Vendor( const QString &name, const QString &url );
const QString& name() const;
const QString& url() const;
QString name() const;
QString url() const;
private:
QString mName;
@@ -44,7 +44,4 @@ namespace glabels
}
#include "Vendor.inl"
#endif // glabels_Vendor_h