Details
Description
When I add the "missing" semicolon I get warnings from compiler.
warning: extra ';' inside a class [-Wextra-semi]
Q_DECLARE_PRIVATE(GalleryBaseProvider);
From what I tested there is no problem with indentation.
When I add the "missing" semicolon I get warnings from compiler.
warning: extra ';' inside a class [-Wextra-semi]
Q_DECLARE_PRIVATE(GalleryBaseProvider);
From what I tested there is no problem with indentation.