summaryrefslogtreecommitdiff
path: root/src/ivicore/qivipropertytester_p.h
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-07-25 18:08:17 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2016-07-27 14:26:03 +0000
commita805eb6681cb3ad7e8eb61035fb4fc7c1efdf88f (patch)
tree3dc67db635dfda4ea1b36e25773792fba84e775f /src/ivicore/qivipropertytester_p.h
parentd5f8b1fe509c5d1b32d3ebae559ae0d52e55b767 (diff)
downloadqtivi-a805eb6681cb3ad7e8eb61035fb4fc7c1efdf88f.tar.gz
Fixed coding style issues
Change-Id: Ib1812eac61ffa163dd50eeacfc0097881ca277f4 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'src/ivicore/qivipropertytester_p.h')
-rw-r--r--src/ivicore/qivipropertytester_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivicore/qivipropertytester_p.h b/src/ivicore/qivipropertytester_p.h
index 4b21a75..117d7e8 100644
--- a/src/ivicore/qivipropertytester_p.h
+++ b/src/ivicore/qivipropertytester_p.h
@@ -99,7 +99,7 @@ template <typename Feature, typename Backend, typename T> struct QIviPropertyTes
};
template <typename Feature, typename Backend, typename T>
-void testIVIProperty(const QIviPropertyTestData<Feature, Backend, T> &testData, Feature* feature, Backend* backend, const QString &zone = QString())
+void testIVIProperty(const QIviPropertyTestData<Feature, Backend, T> &testData, Feature *feature, Backend *backend, const QString &zone = QString())
{
int valueIndex = 0;
(backend->*testData.backend_setter)(testData.valueList.at(valueIndex), zone);