mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
A bit of code cleanup.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1841eb98b9
commit
819d358f8c
3 changed files with 7 additions and 10 deletions
|
@ -569,7 +569,7 @@ MultiFilter::MultiFilter(QWidget *parent) : QScrollArea(parent)
|
|||
tb->addWidget(closeBtn);
|
||||
|
||||
connect(closeBtn, SIGNAL(clicked(bool)), this, SLOT(hide()));
|
||||
|
||||
connect(clearBtn, SIGNAL(clicked(bool)), MultiFilterSortModel::instance(), SLOT(clearFilter()));
|
||||
l->addWidget(tb);
|
||||
l->addWidget(tagFilter);
|
||||
l->addWidget(new BuddyFilter());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue