]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/viewmodecontroller.h
Modernize: Use override where possible
[dolphin.git] / src / views / viewmodecontroller.h
index 89f1020b556da69c6a761c2390b751ff5075683d..015fdec85782be357fd951b08a74424531c1c4a8 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <QUrl>
 #include <QObject>
-#include "libdolphin_export.h"
+#include "dolphin_export.h"
 #include <views/dolphinview.h>
 
 /**
  * connect to signals of the ViewModeController to react on changes. The view
  * implementations get only read-access to the ViewModeController.
  */
-class LIBDOLPHINPRIVATE_EXPORT ViewModeController : public QObject
+class DOLPHIN_EXPORT ViewModeController : public QObject
 {
     Q_OBJECT
 
 public:
     explicit ViewModeController(QObject* parent = 0);
-    virtual ~ViewModeController();
+    ~ViewModeController() override;
 
     /**
      * @return URL that is shown by the view mode implementation.