Skip to content

Commit

Permalink
fixed return type in gui plugin manager to make compiler happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Klix committed Dec 2, 2024
1 parent 20174e6 commit cb8b290
Show file tree
Hide file tree
Showing 2 changed files with 582 additions and 377 deletions.
2 changes: 1 addition & 1 deletion plugins/gui/include/gui/plugin_relay/gui_plugin_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ namespace hal {
void loadFeature(FacExtensionInterface::Feature ft, const QString& extension=QString());
SupportedFileFormats listFacFeature(FacExtensionInterface::Feature ft) const;
GuiPluginEntry* at(int irow) const;
int addExternalPlugin(const QString& path);
void addExternalPlugin(const QString& path);
void removeEntry(int irow);
};

Expand Down
Loading

0 comments on commit cb8b290

Please sign in to comment.