Update JsonAPI.h

This commit is contained in:
LordGrey 2024-11-29 19:58:38 +01:00 committed by GitHub
parent df09de2ef2
commit 30700ddca8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ public:
///
void initialize();
QSharedPointer<JsonCallbacks> JsonAPI::getCallBack() const;
QSharedPointer<JsonCallbacks> getCallBack() const;
public slots: