diff options
author | Ken Moore <ken@ixsystems.com> | 2017-04-13 12:54:32 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-04-13 12:54:32 -0400 |
commit | cb6e0411ecc129d158fa7bc8e6a48920e2752b8b (patch) | |
tree | 8246ef9383e8411a9f9dd00aa80a005379eb12c4 /src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp | |
parent | Add a few more icons to the theme. This should finish up all the ones that Lu... (diff) | |
download | lumina-cb6e0411ecc129d158fa7bc8e6a48920e2752b8b.tar.gz lumina-cb6e0411ecc129d158fa7bc8e6a48920e2752b8b.tar.bz2 lumina-cb6e0411ecc129d158fa7bc8e6a48920e2752b8b.zip |
Clean up which icons are used within lumina-fm.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp')
-rw-r--r-- | src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp b/src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp index 0486e337..50c3cb98 100644 --- a/src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp +++ b/src-qt5/desktop-utils/lumina-fm/BrowserWidget.cpp @@ -67,7 +67,7 @@ void BrowserWidget::showDetails(bool show){ treeWidget->deleteLater(); treeWidget = 0; } - qDebug() << "Create Widget: details:" << show; + // qDebug() << "Create Widget: details:" << show; //Now create any new widgets if(show && treeWidget == 0){ treeWidget = new DDTreeWidget(this); @@ -92,7 +92,7 @@ void BrowserWidget::showDetails(bool show){ connect(listWidget, SIGNAL(GotFocus()), this, SLOT(selectionChanged()) ); if(!BROWSER->currentDirectory().isEmpty()){ emit dirChange(""); } } - qDebug() << " Done making widget"; + //qDebug() << " Done making widget"; } bool BrowserWidget::hasDetails(){ |