Changeset 71 for trunk/src/MainPter.h
- Timestamp:
- 04/16/06 06:52:48 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/MainPter.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainPter.h
r66 r71 50 50 void goToPageActivated (void); 51 51 void goToPreviousPageActivated (void); 52 void openDocument (const gchar *fileName, const gchar *oldPassword, 53 gboolean canShowPage); 52 54 void openFileActivated (void); 53 55 void outlineActivated (DocumentOutline *outline); … … 61 63 62 64 protected: 63 void openDocument (const gchar *fileName, const gchar *oldPassword,64 gboolean canShowPage);65 65 void showPage (void); 66 66
