Add the Tag Widget on the MainWindow

Place the TagWidget on the correct place on the main  window.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-09-17 14:17:41 -03:00 committed by Dirk Hohndel
parent 815f9d204f
commit abc5d5864c
3 changed files with 16 additions and 2 deletions

View file

@ -129,7 +129,9 @@ private:
class TagFilter : public QWidget {
Q_OBJECT
public:
TagFilter(QWidget *parent);
TagFilter(QWidget *parent = 0);
private:
Ui::TagFilter ui;
};
bool isGnome3Session();