Skip to content

Commit

Permalink
Change baseName() > completeBaseName()
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgil committed Apr 18, 2014
1 parent 94e837c commit 17c6319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/snoopspy/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ void MainWindow::setControl()
if (fileName != "")
{
QFileInfo fi(fileName);
title = fi.baseName();
title = fi.completeBaseName();
}
setWindowTitle(title);

Expand Down

0 comments on commit 17c6319

Please sign in to comment.