┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/panels/panel.h')
-rw-r--r--src/panels/panel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/panels/panel.h b/src/panels/panel.h
index d3460bf13..84d73e74c 100644
--- a/src/panels/panel.h
+++ b/src/panels/panel.h
@@ -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<QAction*>& actions);
QList<QAction*> customContextMenuActions() const;
- virtual QSize sizeHint() const Q_DECL_OVERRIDE;
+ QSize sizeHint() const override;
public slots:
/**