mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix API bitrot and remove extra whitespace
This commit is contained in:
parent
572edab79f
commit
f0bb4d3da7
1 changed files with 6 additions and 6 deletions
|
@ -33,7 +33,7 @@ size_t FileCacheTests::getCacheDirectorySize() const {
|
|||
return result;
|
||||
}
|
||||
|
||||
FileCachePointer makeFileCache(QString& location) {
|
||||
FileCachePointer makeFileCache(QString location) {
|
||||
auto result = std::make_shared<FileCache>(location.toStdString(), "tmp");
|
||||
result->initialize();
|
||||
result->setMaxSize(MAX_UNUSED_SIZE);
|
||||
|
|
Loading…
Reference in a new issue