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

« back to all changes in this revision

Viewing changes to sources/pdfmodel.cpp

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2013-07-30 00:00:25 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20130730000025-lsj8rjj0brpaj5ve
Tags: 0.4.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <QSettings>
29
29
#include <QStandardItemModel>
30
30
 
 
31
#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
 
32
 
 
33
#include <poppler-qt5.h>
 
34
 
 
35
#else
 
36
 
31
37
#include <poppler-qt4.h>
 
38
 
 
39
#endif // QT_VERSION
 
40
 
32
41
#include <poppler-form.h>
33
42
 
34
43
#include "annotationdialog.h"
395
404
#else
396
405
 
397
406
    Q_UNUSED(boundary);
 
407
    Q_UNUSED(color);
398
408
 
399
409
    return 0;
400
410
 
438
448
#else
439
449
 
440
450
    Q_UNUSED(boundary);
 
451
    Q_UNUSED(color);
441
452
 
442
453
    return 0;
443
454