Skip to content

Commit cbd4ee3

Browse files
authored
[cpp-qt-client]Prefix signal argument types with namespace
For reason see: https://github.com/KDE/clazy/blob/master/docs/checks/README-fully-qualified-moc-types.md
1 parent d81b052 commit cbd4ee3

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({{prefix}}HttpRequestWorker *worker);
74+
void on_execution_finished({{this}}::{{prefix}}HttpRequestWorker *worker);
7575
void downloadProgress(qint64 bytesReceived, qint64 bytesTotal);
7676

7777
private:

0 commit comments

Comments
 (0)