Skip to content

Commit 30700dd

Browse files
authored
Update JsonAPI.h
1 parent df09de2 commit 30700dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/api/JsonAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class JsonAPI : public API
5050
///
5151
void initialize();
5252

53-
QSharedPointer<JsonCallbacks> JsonAPI::getCallBack() const;
53+
QSharedPointer<JsonCallbacks> getCallBack() const;
5454

5555
public slots:
5656

0 commit comments

Comments
 (0)