Skip to content

Commit 686fcfb

Browse files
author
wonder
committed
Renaming of files "Beata" -> "qgsattributetable".
Build temporarily broken, to be fixed in next commit. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10551 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent da1ea5f commit 686fcfb

7 files changed

+5
-5
lines changed

src/app/CMakeLists.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ SET(QGIS_APP_SRCS
8383
ogr/qgsopenvectorlayerdialog.cpp
8484
ogr/qgsnewogrconnection.cpp
8585

86-
attributetable/BeataDialog.cpp
87-
attributetable/BeataModel.cpp
88-
attributetable/BeataView.cpp
86+
attributetable/qgsattributetabledialog.cpp
87+
attributetable/qgsattributetablemodel.cpp
88+
attributetable/qgsattributetableview.cpp
8989
)
9090

9191

@@ -153,8 +153,8 @@ SET (QGIS_APP_MOC_HDRS
153153
ogr/qgsopenvectorlayerdialog.h
154154
ogr/qgsnewogrconnection.h
155155

156-
attributetable/BeataDialog.h
157-
attributetable/BeataModel.h
156+
attributetable/qgsattributetabledialog.h
157+
attributetable/qgsattributetablemodel.h
158158
)
159159

160160
IF (POSTGRES_FOUND)

0 commit comments

Comments
 (0)