summaryrefslogtreecommitdiffstats
path: root/filestreewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'filestreewidget.cpp')
-rw-r--r--filestreewidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/filestreewidget.cpp b/filestreewidget.cpp
index 669a57a..3635ac2 100644
--- a/filestreewidget.cpp
+++ b/filestreewidget.cpp
@@ -360,6 +360,7 @@ void FilesTreeWidget::playItems(const QStringList &paths){
FilesTreeView::FilesTreeView(QWidget *parent) : QTreeView(parent), mHoverPics(false){
setAttribute(Qt::WA_Hover);
mHoverWin = new HoverWindow(this);
+ SmGlobals::instance()->treeWidgets().append(this);
}
void FilesTreeView::setModel(QAbstractItemModel *model){