diff options
| author | Nicolas Fella <[email protected]> | 2021-02-08 23:09:59 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2021-02-09 20:39:50 +0000 |
| commit | f65b0899c3666561cafac14f67ab0bb8a5bfa00a (patch) | |
| tree | 0215aa223236bc85b739cecf9bfd47f4832f2cf8 /src/tests | |
| parent | 7dc863add76dd31f162487487257225a0b4f1fd3 (diff) | |
Build with QT_NO_KEYWORDS
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/dolphinmainwindowtest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/dolphinquerytest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/dolphinsearchboxtest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/draganddrophelpertest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/kfileitemlistviewtest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/kfileitemmodelbenchmark.cpp | 2 | ||||
| -rw-r--r-- | src/tests/kfileitemmodeltest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/kitemlistcontrollertest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/kitemlistkeyboardsearchmanagertest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/kitemlistselectionmanagertest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/kitemrangetest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/kitemsettest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/kstandarditemmodeltest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/placesitemmodeltest.cpp | 2 | ||||
| -rw-r--r-- | src/tests/viewpropertiestest.cpp | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/src/tests/dolphinmainwindowtest.cpp b/src/tests/dolphinmainwindowtest.cpp index a307eb495..40f8f6bcd 100644 --- a/src/tests/dolphinmainwindowtest.cpp +++ b/src/tests/dolphinmainwindowtest.cpp @@ -20,7 +20,7 @@ class DolphinMainWindowTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void initTestCase(); void init(); void testClosingTabsWithSearchBoxVisible(); diff --git a/src/tests/dolphinquerytest.cpp b/src/tests/dolphinquerytest.cpp index 464404058..dfee3dbd5 100644 --- a/src/tests/dolphinquerytest.cpp +++ b/src/tests/dolphinquerytest.cpp @@ -18,7 +18,7 @@ class DolphinSearchBoxTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void testBalooSearchParsing_data(); void testBalooSearchParsing(); }; diff --git a/src/tests/dolphinsearchboxtest.cpp b/src/tests/dolphinsearchboxtest.cpp index 1210679f1..0a2113fac 100644 --- a/src/tests/dolphinsearchboxtest.cpp +++ b/src/tests/dolphinsearchboxtest.cpp @@ -12,7 +12,7 @@ class DolphinSearchBoxTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void init(); void cleanup(); diff --git a/src/tests/draganddrophelpertest.cpp b/src/tests/draganddrophelpertest.cpp index 584b7098b..9379347f0 100644 --- a/src/tests/draganddrophelpertest.cpp +++ b/src/tests/draganddrophelpertest.cpp @@ -11,7 +11,7 @@ class DragAndDropHelperTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void testUrlListMatchesUrl_data(); void testUrlListMatchesUrl(); }; diff --git a/src/tests/kfileitemlistviewtest.cpp b/src/tests/kfileitemlistviewtest.cpp index 8d6a49c6b..2aa9941c7 100644 --- a/src/tests/kfileitemlistviewtest.cpp +++ b/src/tests/kfileitemlistviewtest.cpp @@ -17,7 +17,7 @@ class KFileItemListViewTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void init(); void cleanup(); void testGroupedItemChanges(); diff --git a/src/tests/kfileitemmodelbenchmark.cpp b/src/tests/kfileitemmodelbenchmark.cpp index 37874cea8..5c44a354f 100644 --- a/src/tests/kfileitemmodelbenchmark.cpp +++ b/src/tests/kfileitemmodelbenchmark.cpp @@ -43,7 +43,7 @@ class KFileItemModelBenchmark : public QObject public: KFileItemModelBenchmark(); -private slots: +private Q_SLOTS: void insertAndRemoveManyItems_data(); void insertAndRemoveManyItems(); diff --git a/src/tests/kfileitemmodeltest.cpp b/src/tests/kfileitemmodeltest.cpp index 8fd1883ac..bf3ce8aed 100644 --- a/src/tests/kfileitemmodeltest.cpp +++ b/src/tests/kfileitemmodeltest.cpp @@ -45,7 +45,7 @@ class KFileItemModelTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void init(); void cleanup(); diff --git a/src/tests/kitemlistcontrollertest.cpp b/src/tests/kitemlistcontrollertest.cpp index 80b88c03e..eb938728d 100644 --- a/src/tests/kitemlistcontrollertest.cpp +++ b/src/tests/kitemlistcontrollertest.cpp @@ -68,7 +68,7 @@ class KItemListControllerTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void initTestCase(); void cleanupTestCase(); diff --git a/src/tests/kitemlistkeyboardsearchmanagertest.cpp b/src/tests/kitemlistkeyboardsearchmanagertest.cpp index 10cf3ab1c..2005c9cca 100644 --- a/src/tests/kitemlistkeyboardsearchmanagertest.cpp +++ b/src/tests/kitemlistkeyboardsearchmanagertest.cpp @@ -13,7 +13,7 @@ class KItemListKeyboardSearchManagerTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void init(); void testBasicKeyboardSearch(); diff --git a/src/tests/kitemlistselectionmanagertest.cpp b/src/tests/kitemlistselectionmanagertest.cpp index d6e0e2c96..b1e3f54f8 100644 --- a/src/tests/kitemlistselectionmanagertest.cpp +++ b/src/tests/kitemlistselectionmanagertest.cpp @@ -51,7 +51,7 @@ class KItemListSelectionManagerTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void init(); void cleanup(); diff --git a/src/tests/kitemrangetest.cpp b/src/tests/kitemrangetest.cpp index 023f180f5..2ebca2308 100644 --- a/src/tests/kitemrangetest.cpp +++ b/src/tests/kitemrangetest.cpp @@ -15,7 +15,7 @@ class KItemRangeTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void testFromSortedContainer_data(); void testFromSortedContainer(); }; diff --git a/src/tests/kitemsettest.cpp b/src/tests/kitemsettest.cpp index d19752c33..9b40e150d 100644 --- a/src/tests/kitemsettest.cpp +++ b/src/tests/kitemsettest.cpp @@ -84,7 +84,7 @@ class KItemSetTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void initTestCase(); void testConstruction_data(); diff --git a/src/tests/kstandarditemmodeltest.cpp b/src/tests/kstandarditemmodeltest.cpp index c263c0128..c04e71524 100644 --- a/src/tests/kstandarditemmodeltest.cpp +++ b/src/tests/kstandarditemmodeltest.cpp @@ -16,7 +16,7 @@ class KStandardItemModelTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void init(); void cleanup(); diff --git a/src/tests/placesitemmodeltest.cpp b/src/tests/placesitemmodeltest.cpp index d289b390d..15a494691 100644 --- a/src/tests/placesitemmodeltest.cpp +++ b/src/tests/placesitemmodeltest.cpp @@ -34,7 +34,7 @@ class PlacesItemModelTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void init(); void cleanup(); diff --git a/src/tests/viewpropertiestest.cpp b/src/tests/viewpropertiestest.cpp index a9588cb19..fb3023db5 100644 --- a/src/tests/viewpropertiestest.cpp +++ b/src/tests/viewpropertiestest.cpp @@ -14,7 +14,7 @@ class ViewPropertiesTest : public QObject { Q_OBJECT -private slots: +private Q_SLOTS: void init(); void cleanup(); |
