Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libraries
KPublicTransport
Commits
e0cd6df3
Commit
e0cd6df3
authored
Dec 09, 2021
by
Nicolas Fella
Browse files
Remove superfluous export macro
The class itself is already exported MSVC doesn't like it otherwise
parent
daae2f33
Pipeline
#107769
passed with stage
in 1 minute and 29 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/lib/gbfs/gbfsservice.h
View file @
e0cd6df3
...
...
@@ -39,7 +39,7 @@ public:
*/
void
generateSystemId
();
static
KPUBLICTRANSPORT_EXPORT
QJsonObject
toJson
(
const
GBFSService
&
service
);
static
QJsonObject
toJson
(
const
GBFSService
&
service
);
static
GBFSService
fromJson
(
const
QJsonObject
&
obj
);
};
...
...
Nicolas Fella
@nicolasfella
mentioned in commit
b4b01199
·
Dec 09, 2021
mentioned in commit
b4b01199
mentioned in commit b4b011991644332af6ab4d4206ae18bb2de74d15
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment