mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
815f9d204f
commit
abc5d5864c
3 changed files with 16 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue