Skip to content

Commit

Permalink
fix: add missing override keyword
Browse files Browse the repository at this point in the history
Change-Id: I222e33a92ffcb00a667d6224961320b46a1ec8ba
Reviewed-on: https://codereview.kdab.com/c/knut/+/141867
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Tested-by: Continuous Integration <build@kdab.com>
  • Loading branch information
Montel committed May 21, 2024
1 parent c8fd65d commit 16d3a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/imagedocument.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ImageDocument : public Document
Q_OBJECT

public:
ImageDocument(QObject *parent = nullptr);
explicit ImageDocument(QObject *parent = nullptr);

QImage image() const;

Expand Down

0 comments on commit 16d3a8f

Please sign in to comment.