#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.
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. */