diff options
Diffstat (limited to 'src/dolphindockwidget.h')
| -rw-r--r-- | src/dolphindockwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindockwidget.h b/src/dolphindockwidget.h index 8f491295d..8a15a0402 100644 --- a/src/dolphindockwidget.h +++ b/src/dolphindockwidget.h @@ -32,7 +32,7 @@ class DolphinDockWidget : public QDockWidget public: explicit DolphinDockWidget(const QString& title, QWidget* parent = 0, Qt::WindowFlags flags = 0); explicit DolphinDockWidget(QWidget* parent = 0, Qt::WindowFlags flags = 0); - virtual ~DolphinDockWidget(); + ~DolphinDockWidget() override; /** * @param lock If \a lock is true, the title bar of the dock-widget will get hidden so |
