Skip to content

Commit

Permalink
try with qpointer
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdm-oslandia committed Dec 2, 2024
1 parent 83b5c03 commit c344443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsfcgiserverresponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class SERVER_EXPORT QgsFcgiServerResponse: public QgsServerResponse
QgsServerRequest::Method mMethod;
int mStatusCode = 0;

QgsSocketMonitoringThread *mSocketMonitoringThread;
QPointer<QgsSocketMonitoringThread> mSocketMonitoringThread;
std::shared_ptr<QgsFeedback> mFeedback;
};

Expand Down

0 comments on commit c344443

Please sign in to comment.