]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphindockwidget.h
Add Dolphin icon as repository logo
[dolphin.git] / src / dolphindockwidget.h
index 8f110c69730a874d4851b425b6a07e141e546958..fd38826122b1a95ffb4a2ecfc7e03604c2f8efd3 100644 (file)
@@ -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