diff options
| author | Tannin <devnull@localhost> | 2015-03-21 16:30:43 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-03-21 16:30:43 +0100 |
| commit | cbbc2d191d2e7d24dd31d8ac451da387836814d8 (patch) | |
| tree | 7236c84631e880e5f091ac840e7300da93d95610 /src/modlistsortproxy.h | |
| parent | cad7ed47bef977a3e4fdf0fe762baf5b28f29687 (diff) | |
bugfix: crash when entering search terms for the mod list
Diffstat (limited to 'src/modlistsortproxy.h')
| -rw-r--r-- | src/modlistsortproxy.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modlistsortproxy.h b/src/modlistsortproxy.h index 05392c0b..35c60235 100644 --- a/src/modlistsortproxy.h +++ b/src/modlistsortproxy.h @@ -91,8 +91,6 @@ public: return rowCount(parent) > 0;
}
- bool beingInvalidated() const { return m_BeingInvalidated; }
-
public slots:
void updateFilter(const QString &filter);
@@ -125,8 +123,6 @@ private: bool m_FilterActive;
FilterMode m_FilterMode;
- bool m_BeingInvalidated;
-
};
#endif // MODLISTSORTPROXY_H
|
