Skip to content

Commit cb8b290

Browse files
author
Simon Klix
committed
fixed return type in gui plugin manager to make compiler happy
1 parent 20174e6 commit cb8b290

File tree

2 files changed

+582
-377
lines changed

2 files changed

+582
-377
lines changed

plugins/gui/include/gui/plugin_relay/gui_plugin_manager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ namespace hal {
156156
void loadFeature(FacExtensionInterface::Feature ft, const QString& extension=QString());
157157
SupportedFileFormats listFacFeature(FacExtensionInterface::Feature ft) const;
158158
GuiPluginEntry* at(int irow) const;
159-
int addExternalPlugin(const QString& path);
159+
void addExternalPlugin(const QString& path);
160160
void removeEntry(int irow);
161161
};
162162

0 commit comments

Comments
 (0)