diff options
| author | Tannin <devnull@localhost> | 2013-03-29 10:26:19 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-03-29 10:26:19 +0100 |
| commit | d9a6dbb916236531a96b9b84b06e7be666c05d56 (patch) | |
| tree | 2d143e96ae60a27738a16b310c712145d4a0aa55 /src/modlistsortproxy.h | |
| parent | f682f82db5d8ba514e927c9d7e88107348d5c32a (diff) | |
| parent | a47d9717884953b18b4b29e596d3e5a7d766e56e (diff) | |
Merge
Diffstat (limited to 'src/modlistsortproxy.h')
| -rw-r--r-- | src/modlistsortproxy.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/modlistsortproxy.h b/src/modlistsortproxy.h index cc3bf6ad..8b86b222 100644 --- a/src/modlistsortproxy.h +++ b/src/modlistsortproxy.h @@ -61,15 +61,19 @@ public slots: void displayColumnSelection(const QPoint &pos); void updateFilter(const QString &filter); +signals: + + void filterActive(bool active); + protected: virtual bool lessThan(const QModelIndex &left, const QModelIndex &right) const; virtual bool filterAcceptsRow(int row, const QModelIndex &parent) const; -// virtual bool filterAcceptsColumn(int source_column, const QModelIndex &source_parent) const; private: bool hasConflictFlag(const std::vector<ModInfo::EFlag> &flags) const; + void updateFilterActive(); private: |
