Minor performance cleanup.

This commit is contained in:
Jim Evins
2018-02-11 15:51:30 -05:00
parent 931294a0f9
commit 6e6a1fab72
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ namespace glabels
QString fileName = model::FileUtil::addExtension( rawFileName, ".glabels" );
if ( QFileInfo(fileName).exists() )
if ( QFileInfo::exists(fileName) )
{
QMessageBox msgBox( window );
msgBox.setWindowTitle( tr("Save Label As") );