mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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
This commit is contained in:
parent
ef310c3088
commit
e346050398
@ -43,7 +43,7 @@ class QgsGeomTypeDialog: public QDialog, private Ui::QgsGeomTypeDialogBase
|
||||
void on_buttonBox_helpRequested();
|
||||
|
||||
private:
|
||||
QAbstractButton *mOkButton;
|
||||
QPushButton * mOkButton;
|
||||
static const int context_id = 165149618;
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user