~ubuntu-branches/debian/jessie/qpdfview/jessie

« back to all changes in this revision

Viewing changes to sources/helpdialog.h

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2014-03-23 12:08:49 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20140323120849-pczjpvz4iat190wd
Tags: 0.4.9-1
* New upstream release.
* Implemented an option to copy selected text to X buffer (Closes: #739550)
* Updated watch file to check pgp signature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
protected slots:
40
40
    void on_findPrevious_triggered();
41
41
    void on_findNext_triggered();
 
42
    void on_search_textEdited();
42
43
 
43
44
private:
44
45
    Q_DISABLE_COPY(HelpDialog)