Skip to content

Commit

Permalink
create a QgsDatumTransformTableWidget to avoid code duplication
Browse files Browse the repository at this point in the history
this contains the table view and the 3 buttons (add/remove/edit)
  • Loading branch information
3nids authored and nyalldawson committed Dec 15, 2017
1 parent 44ed7bd commit 92a46f0
Show file tree
Hide file tree
Showing 14 changed files with 493 additions and 532 deletions.
4 changes: 2 additions & 2 deletions src/app/CMakeLists.txt
Expand Up @@ -22,7 +22,7 @@ SET(QGIS_APP_SRCS
qgsclipboard.cpp
qgscustomization.cpp
qgscustomprojectiondialog.cpp
qgsdatumtransformtablemodel.cpp
qgsdatumtransformtablewidget.cpp
qgsdecorationitem.cpp
qgsdecorationcopyright.cpp
qgsdecorationcopyrightdialog.cpp
Expand Down Expand Up @@ -247,7 +247,7 @@ SET (QGIS_APP_MOC_HDRS
qgsclipboard.h
qgscustomization.h
qgscustomprojectiondialog.h
qgsdatumtransformtablemodel.h
qgsdatumtransformtablewidget.h
qgsdecorationitem.h
qgsdecorationcopyright.h
qgsdecorationcopyrightdialog.h
Expand Down
146 changes: 0 additions & 146 deletions src/app/qgsdatumtransformtablemodel.cpp

This file was deleted.

50 changes: 0 additions & 50 deletions src/app/qgsdatumtransformtablemodel.h

This file was deleted.

0 comments on commit 92a46f0

Please sign in to comment.