diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-06-16 18:45:20 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-06-16 18:45:20 +0000 |
commit | f2a8dd3ce554ba900273c450ea645630efe2bbcb (patch) | |
tree | 12508f03d3a2e0bbb103de958956b627d749cf84 /rbutil/rbutilqt/browsedirtree.cpp | |
parent | 5a5cccf10b587c9bd07f571bdf4234d86f6c3287 (diff) | |
download | rockbox-f2a8dd3ce554ba900273c450ea645630efe2bbcb.tar.gz rockbox-f2a8dd3ce554ba900273c450ea645630efe2bbcb.zip |
Clean up several debug messages.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21314 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt/browsedirtree.cpp')
-rw-r--r-- | rbutil/rbutilqt/browsedirtree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/browsedirtree.cpp b/rbutil/rbutilqt/browsedirtree.cpp index c2441f27cd..fa8aa74bff 100644 --- a/rbutil/rbutilqt/browsedirtree.cpp +++ b/rbutil/rbutilqt/browsedirtree.cpp | |||
@@ -44,7 +44,7 @@ BrowseDirtree::BrowseDirtree(QWidget *parent, const QString &caption) : QDialog( | |||
44 | 44 | ||
45 | void BrowseDirtree::setDir(const QDir &dir) | 45 | void BrowseDirtree::setDir(const QDir &dir) |
46 | { | 46 | { |
47 | qDebug() << "BrowseDirtree::setDir()" << model.index(dir.absolutePath()); | 47 | qDebug() << "[BrowseDirtree] setDir()" << model.index(dir.absolutePath()); |
48 | 48 | ||
49 | // do not try to hilight directory if it's not valid. | 49 | // do not try to hilight directory if it's not valid. |
50 | if(!dir.exists()) return; | 50 | if(!dir.exists()) return; |