]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/viewmodecontroller.h
Merge branch 'release/20.04'
[dolphin.git] / src / views / viewmodecontroller.h
index 4b1ff2083e7335960b8a307ad33e5b446119872d..2cc5c6c9165225c6f42d88c08777c3235f70d18a 100644 (file)
 #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
@@ -38,8 +39,8 @@ class DOLPHIN_EXPORT ViewModeController : public QObject
     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.