summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/qiffilterandbrowsemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaceframework/qiffilterandbrowsemodel.cpp')
-rw-r--r--src/interfaceframework/qiffilterandbrowsemodel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaceframework/qiffilterandbrowsemodel.cpp b/src/interfaceframework/qiffilterandbrowsemodel.cpp
index f804e98c..abc9ebd7 100644
--- a/src/interfaceframework/qiffilterandbrowsemodel.cpp
+++ b/src/interfaceframework/qiffilterandbrowsemodel.cpp
@@ -107,7 +107,7 @@ void QIfFilterAndBrowseModelPrivate::clearToDefaults()
QIfPagingModelPrivate::resetModel();
}
-void QIfFilterAndBrowseModelPrivate::onCanGoForwardChanged(const QUuid &identifier, const QVector<bool> &indexes, int start)
+void QIfFilterAndBrowseModelPrivate::onCanGoForwardChanged(QUuid identifier, const QVector<bool> &indexes, int start)
{
if (m_identifier != identifier)
return;
@@ -120,7 +120,7 @@ void QIfFilterAndBrowseModelPrivate::onCanGoForwardChanged(const QUuid &identifi
m_canGoForward[start + i] = indexes.at(i);
}
-void QIfFilterAndBrowseModelPrivate::onCanGoBackChanged(const QUuid &identifier, bool canGoBack)
+void QIfFilterAndBrowseModelPrivate::onCanGoBackChanged(QUuid identifier, bool canGoBack)
{
if (m_identifier != identifier)
return;
@@ -133,7 +133,7 @@ void QIfFilterAndBrowseModelPrivate::onCanGoBackChanged(const QUuid &identifier,
emit q->canGoBackChanged(m_canGoBack);
}
-void QIfFilterAndBrowseModelPrivate::onContentTypeChanged(const QUuid &identifier, const QString &contentType)
+void QIfFilterAndBrowseModelPrivate::onContentTypeChanged(QUuid identifier, const QString &contentType)
{
if (m_identifier != identifier)
return;
@@ -160,7 +160,7 @@ void QIfFilterAndBrowseModelPrivate::onAvailableContentTypesChanged(const QStrin
emit q->availableContentTypesChanged(contentTypes);
}
-void QIfFilterAndBrowseModelPrivate::onQueryIdentifiersChanged(const QUuid &identifier, const QSet<QString> &queryIdentifiers)
+void QIfFilterAndBrowseModelPrivate::onQueryIdentifiersChanged(QUuid identifier, const QSet<QString> &queryIdentifiers)
{
if (m_identifier != identifier)
return;