diff options
| author | Montel Laurent <[email protected]> | 2015-09-01 22:02:29 +0200 |
|---|---|---|
| committer | Montel Laurent <[email protected]> | 2015-09-01 22:02:47 +0200 |
| commit | bfa4274f58fcf5c873f20210ce6a88277671ccee (patch) | |
| tree | 6aa5e205f4636da9b5229c264a7a1b5924c7d405 /src/tests/kitemlistselectionmanagertest.cpp | |
| parent | 6eae544e2943af4e1dea874b07dd3218b3d8bb1d (diff) | |
Pedantic--
Diffstat (limited to 'src/tests/kitemlistselectionmanagertest.cpp')
| -rw-r--r-- | src/tests/kitemlistselectionmanagertest.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tests/kitemlistselectionmanagertest.cpp b/src/tests/kitemlistselectionmanagertest.cpp index 7cf60df42..b183de302 100644 --- a/src/tests/kitemlistselectionmanagertest.cpp +++ b/src/tests/kitemlistselectionmanagertest.cpp @@ -322,12 +322,12 @@ namespace { }; } -Q_DECLARE_METATYPE(KItemSet); -Q_DECLARE_METATYPE(ChangeType); -Q_DECLARE_METATYPE(KItemRange); -Q_DECLARE_METATYPE(KItemRangeList); -Q_DECLARE_METATYPE(KItemListSelectionManager::SelectionMode); -Q_DECLARE_METATYPE(QList<int>); +Q_DECLARE_METATYPE(KItemSet) +Q_DECLARE_METATYPE(ChangeType) +Q_DECLARE_METATYPE(KItemRange) +Q_DECLARE_METATYPE(KItemRangeList) +Q_DECLARE_METATYPE(KItemListSelectionManager::SelectionMode) +Q_DECLARE_METATYPE(QList<int>) /** * The following function provides a generic way to test the selection functionality. |
