]> cloud.milkyroute.net Git - dolphin.git/commit
Fix KUrl -> QUrl porting error
authorArjun AK <arjunak234@gmail.com>
Mon, 1 Dec 2014 12:01:39 +0000 (17:31 +0530)
committerArjun AK <arjunak234@gmail.com>
Mon, 1 Dec 2014 12:01:39 +0000 (17:31 +0530)
commit1d7b3b8df525d72126c716c9809c058f481e873e
tree8e21bf2c05ba402afb5b961af3c8041c2fbdb3ed
parentde7eefeb7e61ad343ea5483b36a7a39518b48747
Fix KUrl -> QUrl porting error

Trailing slashes should be removed before calling QUrl::filename(),
else it will return an empty string.

BUG: 341411
REVIEW: 121293
src/dolphinmainwindow.cpp
src/dolphintabwidget.cpp