~ubuntu-branches/ubuntu/utopic/qpdfview/utopic-proposed

« back to all changes in this revision

Viewing changes to sources/printdialog.h

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2014-05-19 14:39:20 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20140519143920-buukpma5b4hmnpt3
Tags: 0.4.10-1
* New upstream release.
* Implemented an option to zoom to selection (Closes: #739554)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
class QLineEdit;
31
31
class QPrinter;
32
32
 
 
33
namespace qpdfview
 
34
{
 
35
 
33
36
struct PrintOptions;
34
37
class Settings;
35
38
 
65
68
 
66
69
};
67
70
 
 
71
} // qpdfview
 
72
 
68
73
#endif // PRINTDIALOG_H