fix unicode issue #3753
authorIndividual IT Services <info@individual-it.net>
Tue, 8 Sep 2015 08:14:43 +0000 (13:59 +0545)
committerIndividual IT Services <info@individual-it.net>
Tue, 8 Sep 2015 08:14:43 +0000 (13:59 +0545)
commitcc5f8e51227fbd46c7269f2557d28d7e0d677bcf
tree304878fee7e48da4d68c10590fc55ae7c27ce080
parent21dbf97a026e8ee1997d5928642a36bb465c15ca
fix unicode issue #3753

fixes the unicode issue #3753

I don't know much CPP and Qt but after some google research I found this http://wiki.qt.io/Strings_and_encodings_in_Qt
it does mention trUtf8() that has done the trick for me on Linux with Gnome 3.16.
Haven't tested it on other systems
src/gui/folderstatusmodel.cpp