Skip to content

Commit ab86897

Browse files
committedJun 29, 2015
add missing Q_PROPERTY to QgsExtentGroupBox
1 parent 346f84a commit ab86897

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/gui/qgsextentgroupbox.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class QgsCoordinateReferenceSystem;
2323
class GUI_EXPORT QgsExtentGroupBox : public QgsCollapsibleGroupBox, private Ui::QgsExtentGroupBoxWidget
2424
{
2525
Q_OBJECT
26+
Q_PROPERTY(QString titleBase READ titleBase WRITE setTitleBase )
27+
2628
public:
2729
explicit QgsExtentGroupBox( QWidget* parent = 0 );
2830

0 commit comments

Comments
 (0)
Please sign in to comment.