fix unicode issue #3753
authorIndividual IT Services <info@individual-it.net>
Tue, 8 Sep 2015 08:14:43 +0000 (13:59 +0545)
committerDaniel Molkentin <danimo@owncloud.com>
Wed, 9 Sep 2015 23:24:11 +0000 (01:24 +0200)
commit6b222c3db750e099304f16559801a1cd077f5a2d
tree120b3b7f72c8182c0ffc1aefe7ed32f996351834
parent088c0d471ab06c1ff605260143d996ccff0287ac
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