DEBSOURCES
Skip Quicknav
sources / dspdfviewer / 1.15-1~bpo8%2B1 / pdfcacheoption.h
123456789
#ifndef PDFCACHEOPTION_H #define PDFCACHEOPTION_H enum class PDFCacheOption { keepPDFinMemory, rereadFromDisk }; #endif // PDFCACHEOPTION_H