Skip to content
Snippets Groups Projects
Commit a3ecfca8 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

VCS: Export ComboBoxItem

Change-Id: Ic4ecd84a7ecf2d82e48d48721c3c4be3fca65717
Reviewed-on: http://codereview.qt.nokia.com/2344


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
parent 6c75fcbd
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ class VCSBASE_EXPORT VCSBaseEditorParameterWidget : public QWidget ...@@ -52,7 +52,7 @@ class VCSBASE_EXPORT VCSBaseEditorParameterWidget : public QWidget
{ {
Q_OBJECT Q_OBJECT
public: public:
struct ComboBoxItem struct VCSBASE_EXPORT ComboBoxItem
{ {
ComboBoxItem(); ComboBoxItem();
ComboBoxItem(const QString &text, const QVariant &val); ComboBoxItem(const QString &text, const QVariant &val);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment