From kde-commits Sat Sep 04 15:53:30 2010 From: Christian Weilbach Date: Sat, 04 Sep 2010 15:53:30 +0000 To: kde-commits Subject: playground/ioslaves/kio_torrent Message-Id: <20100904155330.AB154AC884 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128361538606760 SVN commit 1171593 by weilbach: Refix mimetype. M +1 -1 kio_torrent.cpp --- trunk/playground/ioslaves/kio_torrent/kio_torrent.cpp #1171592:1171593 @@ -126,7 +126,7 @@ KMimeType::Ptr mt = KMimeType::findByUrl( m_path, 0, true /* local URL */ ); kDebug() << "mimetype: " << mt->name(); - emit mimeType( "unknown" ); + emit mimeType( mt->name() ); QFile file(m_path); if (!file.open(QIODevice::ReadOnly)) {