mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile/filtering: update filter in separate thread
We can't use that while the model is shown, which is why this isn't hooked up. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2183e41bb0
commit
466a0bf758
2 changed files with 14 additions and 0 deletions
|
@ -88,6 +88,7 @@ public:
|
|||
Q_INVOKABLE int getDetectedProductIndex(const QString ¤tVendorText);
|
||||
Q_INVOKABLE int getConnectionIndex(const QString &deviceSubstr);
|
||||
Q_INVOKABLE void setGitLocalOnly(const bool &value);
|
||||
Q_INVOKABLE void setFilter(const QString filterText);
|
||||
|
||||
static QMLManager *instance();
|
||||
Q_INVOKABLE void registerError(QString error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue