Skip to content

Commit 21e8393

Browse files
author
mhugent
committed
move attribute editor class from app to gui
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12997 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 722ffde commit 21e8393

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/app/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ SET(QGIS_APP_SRCS
66
qgsaddattrdialog.cpp
77
qgsattributeactiondialog.cpp
88
qgsattributedialog.cpp
9-
qgsattributeeditor.cpp
109
qgsattributetypedialog.cpp
1110
qgsattributetypeloaddialog.cpp
1211
qgsavoidintersectionsdialog.cpp
@@ -123,7 +122,6 @@ SET (QGIS_APP_MOC_HDRS
123122
qgsaddattrdialog.h
124123
qgsattributeactiondialog.h
125124
qgsattributedialog.h
126-
qgsattributeeditor.h
127125
qgsattributetypedialog.h
128126
qgsattributetypeloaddialog.h
129127
qgsavoidintersectionsdialog.h

src/gui/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ symbology-ng/characterwidget.cpp
2121

2222
qgisgui.cpp
2323
qgisinterface.cpp
24+
qgsattributeeditor.cpp
2425
qgslegendinterface.cpp
2526
qgscolorbutton.cpp
2627
qgscomposerview.cpp
@@ -68,6 +69,7 @@ symbology-ng/qgsvectorrandomcolorrampv2dialog.h
6869
symbology-ng/qgsvectorcolorbrewercolorrampv2dialog.h
6970
symbology-ng/characterwidget.h
7071

72+
qgsattributeeditor.h
7173
qgscomposerview.h
7274
qgsdetaileditemdelegate.h
7375
qgsdetaileditemwidget.h
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)