]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/versioncontrol/kversioncontrolplugin.h
Add Duplicate feature
[dolphin.git] / src / views / versioncontrol / kversioncontrolplugin.h
index b9b1f0b5b551a907d8cb9b9fb7220145122c8848..2879745349653126579ae2ebcff96222d221facd 100644 (file)
@@ -22,8 +22,9 @@
 
 #include <dolphinvcs_export.h>
 
-#include <QObject>
 #include <QAction>
+#include <QObject>
+
 class KFileItemList;
 class KFileItem;
 /**
@@ -136,7 +137,7 @@ public:
          */
         IgnoredVersion,
         /**
-         * The file is is tracked by the version control system, but
+         * The file is tracked by the version control system, but
          * is missing in the directory (e.g. by deleted without using
          * a version control command).
          * @since 4.8
@@ -144,7 +145,7 @@ public:
         MissingVersion
     };
 
-    KVersionControlPlugin(QObject* parent = 0);
+    KVersionControlPlugin(QObject* parent = nullptr);
     ~KVersionControlPlugin() override;
 
     /**