Skip to content

Commit

Permalink
Update weatherservice.h
Browse files Browse the repository at this point in the history
Remove spurious semicolon from Q_DECLARE_METATYPE(WeatherDay)
  • Loading branch information
beroset authored and FlorentRevest committed Jul 8, 2022
1 parent 847ed73 commit a6515e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/weatherservice.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct WeatherDay
short m_hiTemp = 0;
};

Q_DECLARE_METATYPE(WeatherDay);
Q_DECLARE_METATYPE(WeatherDay)

class WeatherService : public Service
{
Expand Down

0 comments on commit a6515e3

Please sign in to comment.