diff options
| author | Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> | 2025-01-31 20:07:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-31 20:07:41 +0100 |
| commit | 6299be28e13662d1b28be5f77f53ea2118e87dae (patch) | |
| tree | 85ffd4d9b91eee27b9771cb7226c65ba6ab358ca /src/pluginlistproxy.h | |
| parent | 9049e65c5e1f29792b596a8e84a749d2de7ea792 (diff) | |
Add form and header versions to plugin list tool tips and plugin API and add more columns (#2200)
Diffstat (limited to 'src/pluginlistproxy.h')
| -rw-r--r-- | src/pluginlistproxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pluginlistproxy.h b/src/pluginlistproxy.h index 9c911fa4..4934112e 100644 --- a/src/pluginlistproxy.h +++ b/src/pluginlistproxy.h @@ -37,6 +37,8 @@ public: bool isBlueprintFlagged(const QString& name) const override; bool hasNoRecords(const QString& name) const override; + int formVersion(const QString& name) const override; + float headerVersion(const QString& name) const override; QString author(const QString& name) const override; QString description(const QString& name) const override; |
