Skip to content

Commit e337b6c

Browse files
Update modules/openapi-generator/src/main/resources/cpp-qt-client/HttpRequest.h.mustache
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent cbd4ee3 commit e337b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/cpp-qt-client/HttpRequest.h.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public:
7171
int getHttpResponseCode() const;
7272

7373
Q_SIGNALS:
74-
void on_execution_finished({{this}}::{{prefix}}HttpRequestWorker *worker);
74+
void on_execution_finished({{#cppNamespaceDeclarations}}{{this}}::{{/cppNamespaceDeclarations}}{{prefix}}HttpRequestWorker *worker);
7575
void downloadProgress(qint64 bytesReceived, qint64 bytesTotal);
7676

7777
private:

0 commit comments

Comments
 (0)