We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2dc07 commit 1d34255Copy full SHA for 1d34255
include/cucumber-cpp/internal/drivers/QtTestDriver.hpp
@@ -22,7 +22,7 @@ class QtTestStep : public BasicStep {
22
class QtTestObject : public QObject {
23
Q_OBJECT
24
public:
25
- QtTestObject(QtTestStep* qtTestStep): step(qtTestStep) {}
+ QtTestObject(QtTestStep* qtTestStep) : step(qtTestStep) {}
26
virtual ~QtTestObject() {}
27
28
protected:
0 commit comments