~a-volkov/qpdfview/send_by_email

« back to all changes in this revision

Viewing changes to sources/documentview.cpp

  • Committer: Adam Reichold
  • Date: 2021-04-23 08:00:48 UTC
  • Revision ID: adam.reichold@t-online.de-20210423080048-92romgoewhpy3pg2
Add context menu item to append selected text to bookmark comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 
3
 
Copyright 2014 S. Razi Alavizadeh
 
3
Copyright 2014, 2021 S. Razi Alavizadeh
4
4
Copyright 2020 Johan Björklund
5
5
Copyright 2021 Vitaly Cheptsov
6
6
Copyright 2013 Thomas Etter
2875
2875
 
2876
2876
        connect(page, SIGNAL(rubberBandFinished()), SLOT(on_pages_rubberBandFinished()));
2877
2877
 
 
2878
        connect(page, SIGNAL(appendTextToBookmarkComment(int,QString)), SIGNAL(appendTextToBookmarkComment(int,QString)));
2878
2879
        connect(page, SIGNAL(zoomToSelection(int,QRectF)), SLOT(on_pages_zoomToSelection(int,QRectF)));
2879
2880
        connect(page, SIGNAL(openInSourceEditor(int,QPointF)), SLOT(on_pages_openInSourceEditor(int,QPointF)));
2880
2881