Skip to content

Commit 92a46f0

Browse files
3nidsnyalldawson
authored andcommitted
create a QgsDatumTransformTableWidget to avoid code duplication
this contains the table view and the 3 buttons (add/remove/edit)
1 parent 44ed7bd commit 92a46f0

14 files changed

+493
-532
lines changed

src/app/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SET(QGIS_APP_SRCS
2222
qgsclipboard.cpp
2323
qgscustomization.cpp
2424
qgscustomprojectiondialog.cpp
25-
qgsdatumtransformtablemodel.cpp
25+
qgsdatumtransformtablewidget.cpp
2626
qgsdecorationitem.cpp
2727
qgsdecorationcopyright.cpp
2828
qgsdecorationcopyrightdialog.cpp
@@ -247,7 +247,7 @@ SET (QGIS_APP_MOC_HDRS
247247
qgsclipboard.h
248248
qgscustomization.h
249249
qgscustomprojectiondialog.h
250-
qgsdatumtransformtablemodel.h
250+
qgsdatumtransformtablewidget.h
251251
qgsdecorationitem.h
252252
qgsdecorationcopyright.h
253253
qgsdecorationcopyrightdialog.h

src/app/qgsdatumtransformtablemodel.cpp

-146
This file was deleted.

src/app/qgsdatumtransformtablemodel.h

-50
This file was deleted.

0 commit comments

Comments
 (0)