]> git.sur5r.net Git - minitube/blobdiff - src/sidebarwidget.h
Merge tag 'upstream/2.1.5'
[minitube] / src / sidebarwidget.h
index 5edb56f81f5bd4911404c7f39388d11b2b07bde9..cd8efe61639759191389a3e2529f65bc8aeff047 100644 (file)
@@ -1,3 +1,23 @@
+/* $BEGIN_LICENSE
+
+This file is part of Minitube.
+Copyright 2009, Flavio Tordini <flavio.tordini@gmail.com>
+
+Minitube is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+Minitube is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with Minitube.  If not, see <http://www.gnu.org/licenses/>.
+
+$END_LICENSE */
+
 #ifndef SIDEBARWIDGET_H
 #define SIDEBARWIDGET_H
 
@@ -5,6 +25,7 @@
 
 class RefineSearchButton;
 class RefineSearchWidget;
+class SidebarHeader;
 
 class SidebarWidget : public QWidget {
 
@@ -15,6 +36,7 @@ public:
     void setPlaylist(QListView *playlist);
     void showPlaylist();
     RefineSearchWidget* getRefineSearchWidget() { return refineSearchWidget; }
+    SidebarHeader* getHeader() { return sidebarHeader; }
     void hideSuggestions();
 
 public slots:
@@ -44,7 +66,7 @@ private:
     RefineSearchWidget *refineSearchWidget;
     QTimer *mouseTimer;
     QLabel *messageLabel;
-    
+    SidebarHeader *sidebarHeader;
 };
 
 #endif // SIDEBARWIDGET_H