aboutsummaryrefslogtreecommitdiffstats
path: root/src/repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/repository.h')
-rw-r--r--src/repository.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repository.h b/src/repository.h
index c5a289b..b0bbff7 100644
--- a/src/repository.h
+++ b/src/repository.h
@@ -132,6 +132,7 @@ public:
};
Repository(const Rules::Repository &rule);
Repository(const QString &name, const QString &branchName, int revision);
+ bool rename(const QString &newName);
int setupIncremental(int &cutoff);
void restoreLog();
~Repository();