Force placefile refresh button

This commit is contained in:
Dan Paulat 2023-11-05 06:32:47 -06:00
parent e43dcb9a6b
commit 66ef65fe2f
4 changed files with 51 additions and 1 deletions

View file

@ -41,6 +41,8 @@ public:
bool thresholded = false);
void RemoveUrl(const std::string& urlString);
void Refresh(const std::string& name);
static std::shared_ptr<PlacefileManager> Instance();
signals: