summaryrefslogtreecommitdiff
path: root/qt5/tests/check_search.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt5/tests/check_search.cpp')
-rw-r--r--qt5/tests/check_search.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt5/tests/check_search.cpp b/qt5/tests/check_search.cpp
index 7b379ad0..cf57c133 100644
--- a/qt5/tests/check_search.cpp
+++ b/qt5/tests/check_search.cpp
@@ -8,7 +8,7 @@ class TestSearch : public QObject
{
Q_OBJECT
public:
- TestSearch(QObject *parent = nullptr) : QObject(parent) { }
+ explicit TestSearch(QObject *parent = nullptr) : QObject(parent) { }
private slots:
void testAcrossLinesSearch(); // leave it first
void bug7063();