[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/phonon
From:       Matthias Kretz <kretz () kde ! org>
Date:       2007-04-30 20:42:21
Message-ID: 1177965741.445268.15744.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 659805 by mkretz:

apparently qDebug() << QDir() only works for debug builds


 M  +1 -1      factory.cpp  


--- trunk/KDE/kdelibs/phonon/factory.cpp #659804:659805
@@ -293,7 +293,7 @@
             libPath += suffix;
             const QDir dir(libPath);
             if (!dir.exists()) {
-                pDebug() << Q_FUNC_INFO << dir << "does not exist";
+                pDebug() << Q_FUNC_INFO << dir.canonicalPath() << "does not exist";
                 continue;
             }
             QLibrary pluginLib(libPath + QLatin1String("/kde"));
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic