Renamed getRepo to getWorkspace
FossilOrigin-Name: 654259ef3bb3e7e2cc43a85637a8320b501a6593
This commit is contained in:
@ -275,11 +275,11 @@ private:
|
||||
bool operationAborted;
|
||||
stringset_t selectedDirs; // The directory selected in the tree
|
||||
|
||||
Workspace repo;
|
||||
Workspace & getRepo() { return repo; }
|
||||
Workspace workspace;
|
||||
Workspace & getWorkspace() { return workspace; }
|
||||
|
||||
Bridge & fossil() { return repo.fossil(); }
|
||||
const Bridge & fossil() const { return repo.fossil(); }
|
||||
Bridge & fossil() { return workspace.fossil(); }
|
||||
const Bridge & fossil() const { return workspace.fossil(); }
|
||||
|
||||
Settings &settings;
|
||||
QStringList workspaceHistory;
|
||||
|
Reference in New Issue
Block a user