Skip to content

Commit e346050

Browse files
author
timlinux
committed
Use pushbutton instead of abstract button to prevent compile errors
git-svn-id: http://svn.osgeo.org/qgis/trunk@8552 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ef310c3 commit e346050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsgeomtypedialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class QgsGeomTypeDialog: public QDialog, private Ui::QgsGeomTypeDialogBase
4343
void on_buttonBox_helpRequested();
4444

4545
private:
46-
QAbstractButton *mOkButton;
46+
QPushButton * mOkButton;
4747
static const int context_id = 165149618;
4848

4949
};

0 commit comments

Comments
 (0)