File: pdfcacheoption.h

package info (click to toggle)
dspdfviewer 1.15-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 756 kB
  • sloc: cpp: 2,293; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#ifndef PDFCACHEOPTION_H
#define PDFCACHEOPTION_H

enum class PDFCacheOption {
  keepPDFinMemory,
  rereadFromDisk
};

#endif // PDFCACHEOPTION_H