┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/versioncontrol/kversioncontrolplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/versioncontrol/kversioncontrolplugin.cpp')
-rw-r--r--src/views/versioncontrol/kversioncontrolplugin.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/versioncontrol/kversioncontrolplugin.cpp b/src/views/versioncontrol/kversioncontrolplugin.cpp
index 2e1a4468b..9cbf0eb5b 100644
--- a/src/views/versioncontrol/kversioncontrolplugin.cpp
+++ b/src/views/versioncontrol/kversioncontrolplugin.cpp
@@ -15,3 +15,8 @@ KVersionControlPlugin::KVersionControlPlugin(QObject* parent) :
KVersionControlPlugin::~KVersionControlPlugin()
{
}
+
+QString KVersionControlPlugin::localRepositoryRoot(const QString &/*directory*/) const
+{
+ return QString();
+}