Skip to content

Commit 92cf64d

Browse files
author
wonder
committedNov 2, 2009
merge from trunk r11100:11150
git-svn-id: http://svn.osgeo.org/qgis/branches/symbology-ng-branch@11882 c8812cc2-4d05-0410-92ff-de0c093fc19c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3029
-421
lines changed
 

‎python/core/qgsvectorlayer.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ public:
434434
/** Finish edit command and add it to undo/redo stack */
435435
void endEditCommand();
436436

437-
/** Destroy active command and deletes all changes in it */
437+
/** Destroy active command and reverts all changes in it */
438438
void destroyEditCommand();
439439

440440
/** Execute undo operation. To be called only from QgsVectorLayerUndoCommand. */

‎src/app/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ SET(QGIS_APP_SRCS
66
qgsaddattrdialog.cpp
77
qgsattributeactiondialog.cpp
88
qgsattributedialog.cpp
9+
qgsattributetypedialog.cpp
10+
qgsattributetypeloaddialog.cpp
911
qgsbookmarkitem.cpp
1012
qgsbookmarks.cpp
1113
qgsclipboard.cpp
@@ -108,6 +110,8 @@ SET (QGIS_APP_MOC_HDRS
108110
qgsaddattrdialog.h
109111
qgsattributeactiondialog.h
110112
qgsattributedialog.h
113+
qgsattributetypedialog.h
114+
qgsattributetypeloaddialog.h
111115
qgsbookmarks.h
112116
qgscontinuouscolordialog.h
113117
qgsconfigureshortcutsdialog.h

0 commit comments

Comments
 (0)
Please sign in to comment.