Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
spatial bookmarks: remove inaccessible context help
  • Loading branch information
jef-n committed Jun 22, 2016
1 parent b9b8d37 commit 4677a3a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
39 changes: 0 additions & 39 deletions resources/context_help/QgsBookmarks

This file was deleted.

1 change: 0 additions & 1 deletion src/app/qgsbookmarks.h
Expand Up @@ -117,7 +117,6 @@ class APP_EXPORT QgsBookmarks : public QgsDockWidget, private Ui::QgsBookmarksBa
void importFromXML();

void on_lstBookmarks_doubleClicked( const QModelIndex & );
void on_actionHelp_triggered() { QgsContextHelp::run( metaObject()->className() ); }

private:
QSqlTableModel* mQgisModel;
Expand Down
2 changes: 1 addition & 1 deletion src/core/CMakeLists.txt
@@ -1,4 +1,4 @@
#############################################################
############################################################
# sources

SET(QGIS_CORE_SRCS
Expand Down

1 comment on commit 4677a3a

@nirvn
Copy link
Contributor

@nirvn nirvn commented on 4677a3a Jun 22, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

Please sign in to comment.