diff options
| author | Peter LaFosse <peter@vector35.com> | 2021-04-15 10:02:59 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2021-04-26 11:42:38 -0400 |
| commit | 864d00b8ec723c48ab148bf97ef4fbc93ef9942c (patch) | |
| tree | df5111b0f79ac68cdf10eed82b5ec7fd9a422fbf /pluginmanager.cpp | |
| parent | e80242c14066c8734ad00b4b015b3a54a4689463 (diff) | |
Add plugin status when dependencies are being installed
Diffstat (limited to 'pluginmanager.cpp')
| -rw-r--r-- | pluginmanager.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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); |
