diff --git a/src/plugins/vcsbase/vcsbaseeditorparameterwidget.h b/src/plugins/vcsbase/vcsbaseeditorparameterwidget.h index df031df2bf1..cb93eb6a3b4 100644 --- a/src/plugins/vcsbase/vcsbaseeditorparameterwidget.h +++ b/src/plugins/vcsbase/vcsbaseeditorparameterwidget.h @@ -52,7 +52,7 @@ class VCSBASE_EXPORT VCSBaseEditorParameterWidget : public QWidget { Q_OBJECT public: - struct ComboBoxItem + struct VCSBASE_EXPORT ComboBoxItem { ComboBoxItem(); ComboBoxItem(const QString &text, const QVariant &val);