From 864d00b8ec723c48ab148bf97ef4fbc93ef9942c Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 15 Apr 2021 10:02:59 -0400 Subject: Add plugin status when dependencies are being installed --- pluginmanager.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pluginmanager.cpp') diff --git a/pluginmanager.cpp b/pluginmanager.cpp index 049555be..1500c78e 100644 --- a/pluginmanager.cpp +++ b/pluginmanager.cpp @@ -196,6 +196,12 @@ bool RepoPlugin::IsUpdateAvailable() const } +bool RepoPlugin::AreDependenciesBeingInstalled() const +{ + return BNPluginAreDependenciesBeingInstalled(m_object); +} + + uint64_t RepoPlugin::GetLastUpdate() { return BNPluginGetLastUpdate(m_object); -- cgit v1.3.1