~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/miscellaneous.h

  • Committer: Adam Reichold
  • Date: 2020-07-29 07:15:12 UTC
  • Revision ID: adam.reichold@t-online.de-20200729071512-4ljoi4b4rhj3i2ya
Fix build of Fitz plug-in using MuPDF v1.17.

Show diffs side-by-side

added added

removed removed

Lines of Context:
321
321
int getMappedNumber(MappingSpinBox::TextValueMapper* mapper,
322
322
                    QWidget* parent, const QString& title, const QString& caption,
323
323
                    int value = 0, int min = -2147483647, int max = 2147483647,
324
 
                    bool* ok = 0, Qt::WindowFlags flags = Qt::WindowFlags());
 
324
                    bool* ok = 0, Qt::WindowFlags flags = 0);
325
325
 
326
326
// progress line edit
327
327
 
433
433
#endif // Q_OS_MAC
434
434
}
435
435
 
436
 
// open in new window
437
 
 
438
436
void openInNewWindow(const QString& filePath, int page);
439
437
 
440
438
} // qpdfview