diff options
author | Arno <am@disconnect.de> | 2010-08-07 11:03:33 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-08-07 11:03:33 +0200 |
commit | 5df34cd08ee62a55dfd1b24bb7c62c244b2a543d (patch) | |
tree | 35f7d2d0396cab6123ba12bc194d53ec8c2d369c /filestreewidget.h | |
parent | cc79c6f282877d7772bd3429fef797f5a4848c3f (diff) | |
download | SheMov-5df34cd08ee62a55dfd1b24bb7c62c244b2a543d.tar.gz SheMov-5df34cd08ee62a55dfd1b24bb7c62c244b2a543d.tar.bz2 SheMov-5df34cd08ee62a55dfd1b24bb7c62c244b2a543d.zip |
Added tooltip to FilesTreeView
Added tooltip to FilesTreeView when showing archived or local movies.
The tooltip shows all files associated with the SeriesPart.
Diffstat (limited to 'filestreewidget.h')
-rw-r--r-- | filestreewidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filestreewidget.h b/filestreewidget.h index 4afa20a..e159d5a 100644 --- a/filestreewidget.h +++ b/filestreewidget.h @@ -21,6 +21,7 @@ class PictureViewer; class QContextMenuEvent; class QSpinBox; class QPushButton; +class QEvent; class FilesTreeWidget : public QWidget { Q_OBJECT |