store project settings content when opening database
This is required to tell Sourcetrail that the database content is up to date with the current project settings.
This commit is contained in:
@@ -51,6 +51,8 @@ namespace sourcetrail
|
||||
void setupDatabase();
|
||||
void clearDatabase();
|
||||
|
||||
void setProjectSettingsText(const std::string& text);
|
||||
|
||||
bool isEmpty() const;
|
||||
bool isCompatible() const;
|
||||
int getLoadedDatabaseVersion() const;
|
||||
|
||||
Reference in New Issue
Block a user