]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/panel.h
Fix selection rect after porting from QFontMetrics::width()
[dolphin.git] / src / panels / panel.h
index f706c3b827744b2cbdde9c6d55ca1f8ea202ac6f..ec3405ad2578ed2692034b5e05268ca42c6ebd85 100644 (file)
@@ -21,8 +21,8 @@
 #ifndef PANEL_H
 #define PANEL_H
 
-#include <QWidget>
 #include <QUrl>
+#include <QWidget>
 
 /**
  * @brief Base widget for all panels that can be docked on the window borders.
@@ -35,7 +35,7 @@ class Panel : public QWidget
     Q_OBJECT
 
 public:
-    explicit Panel(QWidget* parent = 0);
+    explicit Panel(QWidget* parent = nullptr);
     ~Panel() override;
 
     /** Returns the current set URL of the active Dolphin view. */