Skip to content

Commit

Permalink
Tool bar widget: moved it to its own plugin (#2413).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 2, 2020
1 parent 16ad20d commit b656bce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Expand Up @@ -37,5 +37,6 @@ The following plugins are available:
- SimulationSupport: the plugin is loaded and fully functional.
- StandardSupport: the plugin is loaded and fully functional.
- SUNDIALS: the plugin is loaded and fully functional.
- ToolBarWidget: the plugin is loaded and fully functional.
- ZIPSupport: the plugin is loaded and fully functional.
- zlib: the plugin is loaded and fully functional.
Expand Up @@ -35,5 +35,6 @@ The following plugins are available:
- SimulationSupport: the plugin is loaded and fully functional.
- StandardSupport: the plugin is loaded and fully functional.
- SUNDIALS: the plugin is loaded and fully functional.
- ToolBarWidget: the plugin is loaded and fully functional.
- ZIPSupport: the plugin is loaded and fully functional.
- zlib: the plugin is loaded and fully functional.
2 changes: 1 addition & 1 deletion src/plugins/widget/ToolBarWidget/src/toolbarwidgetglobal.h
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://gnu.org/licenses>.

//==============================================================================

#ifdef ToolBarWidgetWidget_PLUGIN
#ifdef ToolBarWidget_PLUGIN
#define TOOLBARWIDGET_EXPORT Q_DECL_EXPORT
#else
#define TOOLBARWIDGET_EXPORT Q_DECL_IMPORT
Expand Down

0 comments on commit b656bce

Please sign in to comment.