X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/9aee5d22513f0367febab54b38b3a7dc58d120bb..9cd042a86c:/src/panels/panel.h diff --git a/src/panels/panel.h b/src/panels/panel.h index d3460bf13..ec3405ad2 100644 --- a/src/panels/panel.h +++ b/src/panels/panel.h @@ -21,8 +21,8 @@ #ifndef PANEL_H #define PANEL_H -#include #include +#include /** * @brief Base widget for all panels that can be docked on the window borders. @@ -35,8 +35,8 @@ class Panel : public QWidget Q_OBJECT public: - explicit Panel(QWidget* parent = 0); - virtual ~Panel(); + explicit Panel(QWidget* parent = nullptr); + ~Panel() override; /** Returns the current set URL of the active Dolphin view. */ QUrl url() const; @@ -49,7 +49,7 @@ public: void setCustomContextMenuActions(const QList& actions); QList customContextMenuActions() const; - virtual QSize sizeHint() const Q_DECL_OVERRIDE; + QSize sizeHint() const override; public slots: /**