Skip to content

Commit 3d90a7b

Browse files
author
timlinux
committedOct 23, 2008
Fix build errors after r9527 - maplayerinterface needs to be removed from cmakelists too, and from qgisapp.cpp.
git-svn-id: http://svn.osgeo.org/qgis/trunk@9528 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8dab8e0 commit 3d90a7b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎src/app/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ SET (QGIS_APP_MOC_HDRS
9898
qgsidentifyresults.h
9999
qgslabeldialog.h
100100
qgsludialog.h
101-
qgsmaplayerinterface.h
102101
qgsmaptoolidentify.h
103102
qgsmaptoolsplitfeatures.h
104103
qgsmaptoolvertexedit.h

‎src/app/qgisapp.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
#include "qgslogger.h"
110110
#include "qgsmapcanvas.h"
111111
#include "qgsmaplayer.h"
112-
#include "qgsmaplayerinterface.h"
113112
#include "qgsmaplayerregistry.h"
114113
#include "qgsmapoverviewcanvas.h"
115114
#include "qgsmaprenderer.h"

0 commit comments

Comments
 (0)
Please sign in to comment.