[QGIS Commit] r8552 - trunk/qgis/src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Fri May 30 11:55:55 EDT 2008
Author: timlinux
Date: 2008-05-30 11:55:55 -0400 (Fri, 30 May 2008)
New Revision: 8552
Modified:
trunk/qgis/src/app/qgsgeomtypedialog.h
Log:
Use pushbutton instead of abstract button to prevent compile errors
Modified: trunk/qgis/src/app/qgsgeomtypedialog.h
===================================================================
--- trunk/qgis/src/app/qgsgeomtypedialog.h 2008-05-30 15:53:14 UTC (rev 8551)
+++ trunk/qgis/src/app/qgsgeomtypedialog.h 2008-05-30 15:55:55 UTC (rev 8552)
@@ -43,7 +43,7 @@
void on_buttonBox_helpRequested();
private:
- QAbstractButton *mOkButton;
+ QPushButton * mOkButton;
static const int context_id = 165149618;
};
More information about the QGIS-commit
mailing list