~ubuntu-branches/debian/sid/qpdfview/sid

« back to all changes in this revision

Viewing changes to sources/fontsdialog.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:
28
28
class QStandardItemModel;
29
29
class QTableView;
30
30
 
 
31
namespace qpdfview
 
32
{
 
33
 
31
34
class FontsDialog : public QDialog
32
35
{
33
36
    Q_OBJECT
44
47
 
45
48
};
46
49
 
 
50
} // qpdfview
 
51
 
47
52
#endif // FONTSDIALOG_H