Skip to content

Commit b1f3e18

Browse files
author
wonder
committed
Removed "old" attribute table from repository.
git-svn-id: http://svn.osgeo.org/qgis/trunk@10550 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 48d858b commit b1f3e18

8 files changed

+0
-1615
lines changed

src/app/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ SET(QGIS_APP_SRCS
66
qgsaddattrdialog.cpp
77
qgsattributeactiondialog.cpp
88
qgsattributedialog.cpp
9-
qgsattributetable.cpp
10-
qgsattributetabledisplay.cpp
119
qgsbookmarkitem.cpp
1210
qgsbookmarks.cpp
1311
qgsclipboard.cpp
@@ -98,8 +96,6 @@ SET (QGIS_APP_MOC_HDRS
9896
qgsaddattrdialog.h
9997
qgsattributeactiondialog.h
10098
qgsattributedialog.h
101-
qgsattributetabledisplay.h
102-
qgsattributetable.h
10399
qgsbookmarks.h
104100
qgscontinuouscolordialog.h
105101
qgscustomprojectiondialog.h

src/app/legend/qgslegend.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#include "qgsrasterlayer.h"
3838
#include "qgsrasterlayerproperties.h"
3939
#include "qgsvectorlayerproperties.h"
40-
#include "qgsattributetabledisplay.h"
4140

4241
#include "BeataDialog.h"
4342

src/app/legend/qgslegendlayerfile.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
#include "qgsgenericprojectionselector.h"
3333

3434
// attribute table
35-
#include "qgsattributetable.h"
36-
#include "qgsattributetabledisplay.h"
37-
3835
#include "BeataDialog.h"
3936

4037

src/app/qgisapp.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
#include "qgisplugin.h"
9090
#include "qgsabout.h"
9191
#include "qgsapplication.h"
92-
#include "qgsattributetabledisplay.h"
9392
#include "qgsbookmarkitem.h"
9493
#include "qgsbookmarks.h"
9594
#include "qgsclipboard.h"

0 commit comments

Comments
 (0)