VCS: Export ComboBoxItem

Change-Id: Ic4ecd84a7ecf2d82e48d48721c3c4be3fca65717
Reviewed-on: http://codereview.qt.nokia.com/2344
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Tobias Hunger
2011-07-28 13:02:45 +00:00
parent 6c75fcbd6b
commit a3ecfca8b5

View File

@@ -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);