Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Test fix for compile warnings with "out.simplified()" on 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Moore committed Nov 7, 2013
1 parent c524835 commit 0b12758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-qt4/pc-softwaremanager/extras.h
Expand Up @@ -109,7 +109,7 @@ class Extras{
QString out = name.toLower();
out.remove(" ");
out.remove("\t");
out.simplified();
out = out.simplified();
return out;
}

Expand Down

0 comments on commit 0b12758

Please sign in to comment.