Fixed a handful of errors flagged by clang-tidy.

This commit is contained in:
Jim Evins
2017-03-21 23:21:35 -04:00
parent 622d81252a
commit 9f9ba345cf
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -256,6 +256,7 @@ namespace glabels
if ( tmplate == 0 )
{
qWarning() << "Unable to parse template";
delete label;
return 0;
}
label->setTmplate( tmplate );