Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #2328
git-svn-id: http://svn.osgeo.org/qgis/trunk@12634 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 28, 2009
1 parent 315f504 commit 1fd0abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/CMakeLists.txt
Expand Up @@ -77,6 +77,7 @@ qgsmessageviewer.h
qgsprojectionselector.h
qgsquickprint.h
qgsludialog.h
qgsprojectbadlayerguihandler.h
)

QT4_WRAP_CPP(QGIS_GUI_MOC_SRCS ${QGIS_GUI_MOC_HDRS})
Expand Down
2 changes: 2 additions & 0 deletions src/gui/qgsprojectbadlayerguihandler.h
Expand Up @@ -12,6 +12,8 @@
*/
class GUI_EXPORT QgsProjectBadLayerGuiHandler : public QObject, public QgsProjectBadLayerHandler
{
Q_OBJECT

public:
QgsProjectBadLayerGuiHandler();

Expand Down

0 comments on commit 1fd0abe

Please sign in to comment.