Tomaz Canabrava 61d5aac2e8 Do not change the current Directory
Qt has a really strange API for directories. when you create a QDir
and set's the currentDir on *that* QDir you created, it's for the
whole application and not just for that variable. Then when the
variable is out of scope, the directory doesn't change back - ugh.

The solution is not to call setCurrentDir on the newly created QDir (which
was quite good since it's also a code cleanup. )

[Dirk Hohndel: modified to undo the far less elegant fix I had made in an
               earlier commit]

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2013-12-06 13:21:24 -08:00
..
2013-09-02 05:57:08 -03:00
2013-11-29 12:11:12 -08:00
2013-12-03 20:55:00 -08:00
2013-12-03 20:55:00 -08:00
2013-12-04 15:49:55 -08:00
2013-10-15 04:37:31 -07:00
2013-12-04 12:41:07 -08:00
2013-12-06 13:21:24 -08:00
2013-12-06 09:30:39 -08:00
2013-11-30 12:01:32 -08:00
2013-11-30 12:01:32 -08:00
2013-11-30 09:24:59 -08:00
2013-11-30 09:24:59 -08:00
2013-12-04 16:29:55 -08:00