~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-06-12 21:23:41 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120612212341-o7iw7z69syycpest
Tags: 0.3~beta3-1
* Fixed a bug that occured on armel and armhf. (Closes: #677149)
  Thanks to Peter Green <plugwash@p10link.net>

* Added build-dependency. (Closes: #677152)
  Thanks to Pino Toscano <pino@debian.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    void slotNextPage();
69
69
    void slotFirstPage();
70
70
    void slotLastPage();
 
71
    void slotJumpToPage();
71
72
 
72
73
    void slotSearch();
73
74
 
92
93
    void slotRotateLeft();
93
94
    void slotRotateRight();
94
95
 
 
96
    void slotFonts();
 
97
 
95
98
    void slotFullscreen();
96
99
    void slotPresentation();
97
100
 
141
144
    QAction* m_nextPageAction;
142
145
    QAction* m_firstPageAction;
143
146
    QAction* m_lastPageAction;
 
147
    QAction* m_jumpToPageAction;
144
148
 
145
149
    QAction* m_searchAction;
146
150
    QAction* m_findPreviousAction;
166
170
    QAction* m_rotateLeftAction;
167
171
    QAction* m_rotateRightAction;
168
172
 
 
173
    QAction* m_fontsAction;
 
174
 
169
175
    QAction* m_fullscreenAction;
170
176
    QAction* m_presentationAction;
171
177