logic: Reparse project of newer version

This commit is contained in:
Eberhard Graether
2016-03-14 14:52:40 +01:00
parent cefaeae1ab
commit 0dbdf9081e
3 changed files with 6 additions and 19 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ public:
bool isEmpty() const;
bool operator<(const Version& other) const;
bool isOlderStorageVersionThan(const Version& other) const;
bool isDifferentStorageVersionThan(const Version& other) const;
std::string toString() const;
std::string toDisplayString() const;