X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/94815093253e5db99aa100f0834cd6c74c96a91a..664f97ff0d1c70f7df4f4fa32303949ee7a6e8fb:/src/dolphindockwidget.h diff --git a/src/dolphindockwidget.h b/src/dolphindockwidget.h index 8f110c697..fd3882612 100644 --- a/src/dolphindockwidget.h +++ b/src/dolphindockwidget.h @@ -17,7 +17,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ - #ifndef DOLPHIN_DOCK_WIDGET_H #define DOLPHIN_DOCK_WIDGET_H @@ -31,9 +30,8 @@ class DolphinDockWidget : public QDockWidget Q_OBJECT public: - DolphinDockWidget(const QString& title, QWidget* parent = 0, Qt::WindowFlags flags = 0); - DolphinDockWidget(QWidget* parent = 0, Qt::WindowFlags flags = 0); - virtual ~DolphinDockWidget(); + explicit DolphinDockWidget(const QString& title = QString(), QWidget* parent = nullptr, Qt::WindowFlags flags = {}); + ~DolphinDockWidget() override; /** * @param lock If \a lock is true, the title bar of the dock-widget will get hidden so