[QGIS Commit] r11685 - trunk/qgis/src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sun Sep 20 04:48:10 EDT 2009
Author: jef
Date: 2009-09-20 04:48:09 -0400 (Sun, 20 Sep 2009)
New Revision: 11685
Modified:
trunk/qgis/src/app/qgsattributedialog.h
Log:
remove declaration of removed method QgsAttributeDialog::createEditor()
Modified: trunk/qgis/src/app/qgsattributedialog.h
===================================================================
--- trunk/qgis/src/app/qgsattributedialog.h 2009-09-20 08:46:24 UTC (rev 11684)
+++ trunk/qgis/src/app/qgsattributedialog.h 2009-09-20 08:48:09 UTC (rev 11685)
@@ -50,8 +50,6 @@
*/
void restoreGeometry();
- static QWidget *createEditor( QgsVectorLayer *vl, int idx, const QVariant &value );
-
private:
QString mSettingsPath;
QList<QWidget *> mpWidgets;
More information about the QGIS-commit
mailing list