mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Removed extraneous semicolon.
This commit is contained in:
parent
9292c1ad0f
commit
ff4befb60e
@ -7,7 +7,7 @@
|
||||
|
||||
class FavoritesController : public HttpRequestHandler {
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(FavoritesController);
|
||||
Q_DISABLE_COPY(FavoritesController)
|
||||
public:
|
||||
FavoritesController();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user