Replace trivial constructors and destructors with defaults.

This commit is contained in:
Jim Evins
2017-12-30 17:43:03 -05:00
parent 7a8159c554
commit b11754462f
32 changed files with 19 additions and 117 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ namespace glabels
class XmlTemplateCreator
{
public:
XmlTemplateCreator() {}
XmlTemplateCreator() = default;
bool writeTemplates( const QList<const Template*> tmplates, const QString& fileName );
bool writeTemplate( const Template* tmplate, const QString& fileName );