diff options
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; |