#ifndef VIEWMODECONTROLLER_H
#define VIEWMODECONTROLLER_H
-#include <QUrl>
-#include <QObject>
#include "dolphin_export.h"
-#include <views/dolphinview.h>
+#include "views/dolphinview.h"
+
+#include <QObject>
+#include <QUrl>
/**
* @brief Allows the DolphinView to control the view implementations for the
Q_OBJECT
public:
- explicit ViewModeController(QObject* parent = 0);
- virtual ~ViewModeController();
+ explicit ViewModeController(QObject* parent = nullptr);
+ ~ViewModeController() override;
/**
* @return URL that is shown by the view mode implementation.