summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/qiffilterandbrowsemodel_p.h
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2023-12-20 13:49:03 +0100
committerDominik Holland <dominik.holland@qt.io>2024-01-29 15:41:33 +0100
commit154cbc4344f102fb58d1ffa294f40de8e38932c2 (patch)
tree368c4f7a6cc35e98ad9fcaade7d2c3ad5a3ebc71 /src/interfaceframework/qiffilterandbrowsemodel_p.h
parent4d0f10e8a05efb151e04c01dd1de981b4135df49 (diff)
Fix problems found by the static code analyzer
Pick-to: 6.7 6.6 6.5 Change-Id: I46cace14654cfb679457d427df029752d95d2dcc Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'src/interfaceframework/qiffilterandbrowsemodel_p.h')
-rw-r--r--src/interfaceframework/qiffilterandbrowsemodel_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaceframework/qiffilterandbrowsemodel_p.h b/src/interfaceframework/qiffilterandbrowsemodel_p.h
index c7090225..1264bbad 100644
--- a/src/interfaceframework/qiffilterandbrowsemodel_p.h
+++ b/src/interfaceframework/qiffilterandbrowsemodel_p.h
@@ -40,11 +40,11 @@ public:
void parseQuery();
void setupFilter(QIfAbstractQueryTerm* queryTerm, const QList<QIfOrderTerm> &orderTerms);
void clearToDefaults() override;
- void onCanGoForwardChanged(const QUuid &identifier, const QVector<bool> &indexes, int start);
- void onCanGoBackChanged(const QUuid &identifier, bool canGoBack);
- void onContentTypeChanged(const QUuid &identifier, const QString &contentType);
+ void onCanGoForwardChanged(QUuid identifier, const QVector<bool> &indexes, int start);
+ void onCanGoBackChanged(QUuid identifier, bool canGoBack);
+ void onContentTypeChanged(QUuid identifier, const QString &contentType);
void onAvailableContentTypesChanged(const QStringList &contentTypes);
- void onQueryIdentifiersChanged(const QUuid &identifier, const QSet<QString> &queryIdentifiers);
+ void onQueryIdentifiersChanged(QUuid identifier, const QSet<QString> &queryIdentifiers);
QIfFilterAndBrowseModelInterface *searchBackend() const;
void updateContentType(const QString &contentType);