Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing Q_PROPERTY to QgsExtentGroupBox
  • Loading branch information
3nids committed Jun 29, 2015
1 parent 346f84a commit ab86897
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsextentgroupbox.h
Expand Up @@ -23,6 +23,8 @@ class QgsCoordinateReferenceSystem;
class GUI_EXPORT QgsExtentGroupBox : public QgsCollapsibleGroupBox, private Ui::QgsExtentGroupBoxWidget
{
Q_OBJECT
Q_PROPERTY(QString titleBase READ titleBase WRITE setTitleBase )

public:
explicit QgsExtentGroupBox( QWidget* parent = 0 );

Expand Down

0 comments on commit ab86897

Please sign in to comment.