Commit 390dc6e2 authored by Kevin Funk's avatar Kevin Funk Committed by Kevin Funk
Browse files

Replace Q_DECL_OVERRIDE with override


Change-Id: Iba9c9b77bea8c4ec6915a0cac6aa9c84aaa77dca
Reviewed-by: default avatarLars Knoll <lars.knoll@qt.io>
parent ebfa5b20
No related merge requests found
Showing with 4 additions and 4 deletions
......@@ -63,10 +63,10 @@ public:
void setOption(ImageOption option, const QVariant &value) override;
bool supportsOption(ImageOption option) const override;
bool jumpToNextImage() Q_DECL_OVERRIDE;
bool jumpToImage(int imageNumber) Q_DECL_OVERRIDE;
int imageCount() const Q_DECL_OVERRIDE;
int currentImageNumber() const Q_DECL_OVERRIDE;
bool jumpToNextImage() override;
bool jumpToImage(int imageNumber) override;
int imageCount() const override;
int currentImageNumber() const override;
enum Compression {
NoCompression = 0,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment