We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 326a5ef + 61f7c99 commit 323889dCopy full SHA for 323889d
tests/expected/cpp/30790-Issue_2795.cpp
@@ -1,3 +1,6 @@
1
void SnRequestTracefork::onCurlTestError(QProcess::ProcessError _error) {
2
myerror(QString("Curl process failed with error %1").arg(_error));
3
}
4
+void SnRequestTracefork::onCurlTestError(QProcess::ProcessError _error /* abc */) /* def */ {
5
+ myerror(QString("Curl process failed with error %1").arg(_error));
6
+}
tests/input/cpp/Issue_2795.cpp
0 commit comments