Skip to content

Commit 903defe

Browse files
committedSep 15, 2014
Use unique value widget doxymentation to appropriate place
1 parent 77bcd61 commit 903defe

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed
 

‎src/gui/editorwidgets/qgsuniquevaluewidgetfactory.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@
1818

1919
#include "qgseditorwidgetfactory.h"
2020

21-
22-
/**
23-
* Wraps a unique value widget. Will offer any value previously used for this field.
24-
*
25-
* Options:
26-
* <ul>
27-
* <li><b>Editable</b> <i>If True the user can manually insert new (not yet used) values.</i></li>
28-
* </ul>
29-
*
30-
*/
31-
3221
class GUI_EXPORT QgsUniqueValueWidgetFactory : public QgsEditorWidgetFactory
3322
{
3423
public:

‎src/gui/editorwidgets/qgsuniquevaluewidgetwrapper.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@
2121
#include <QComboBox>
2222
#include <QLineEdit>
2323

24+
/**
25+
* Wraps a unique value widget. Will offer any value previously used for this field.
26+
*
27+
* Options:
28+
* <ul>
29+
* <li><b>Editable</b> <i>If True the user can manually insert new (not yet used) values.</i></li>
30+
* </ul>
31+
*
32+
*/
33+
2434
class GUI_EXPORT QgsUniqueValuesWidgetWrapper : public QgsEditorWidgetWrapper
2535
{
2636
Q_OBJECT

0 commit comments

Comments
 (0)
Please sign in to comment.