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

« back to all changes in this revision

Viewing changes to sources/mainwindow.h

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2012-07-01 18:16:12 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120701181612-lk31wf664hvjoj63
Tags: 0.3.1-1
* Upstream resolved license incompatibility issues.
* Added German translation.
* Changed hotkeys for scaling. (Closes: #677448)
  Thanks to jidanni@jidanni.org
* Fixed several bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
    void slotTabWidgetCurrentChanged(int index);
112
112
    void slotTabWidgetTabCloseRequested(int index);
113
113
 
 
114
    void slotCurrentPageLineEditEditingFinished();
114
115
    void slotCurrentPageLineEditReturnPressed();
115
116
 
116
117
    void slotScaleFactorComboBoxCurrentIndexChanged(int index);
117
118
    void slotScaleFactorComboBoxEditingFinished();
 
119
    void slotScaleFactorComboBoxReturnPressed();
118
120
 
119
121
    void slotHighlightAllCheckBoxClicked(bool checked);
120
122