From kde-commits Sun Oct 18 08:15:04 2009 From: Sebastian Trueg Date: Sun, 18 Oct 2009 08:15:04 +0000 To: kde-commits Subject: branches/KDE/4.3/kdelibs/nepomuk/core Message-Id: <1255853704.085351.27486.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125585370926239 SVN commit 1036907 by trueg: compile++ M +1 -1 resourcedata.cpp --- branches/KDE/4.3/kdelibs/nepomuk/core/resourcedata.cpp #1036906:1036907 @@ -79,7 +79,7 @@ if( m_mainType.isEmpty() ) { if( !m_uri.isEmpty() && m_uri.scheme() == QLatin1String("file") && - QFile::exists( m_url.toLocalFile() ) ) + QFile::exists( m_uri.toLocalFile() ) ) m_mainType = Nepomuk::Vocabulary::NFO::FileDataObject(); else m_mainType = Soprano::Vocabulary::RDFS::Resource();