mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Settings of cache size
This commit is contained in:
@ -53,6 +53,10 @@ public:
|
||||
/// Resets the engine - calls stop and then calls start.
|
||||
void reset();
|
||||
|
||||
/// Sets cache limit in bytes
|
||||
/// \param limit Cache limit [bytes]
|
||||
void setCacheLimit(int limit);
|
||||
|
||||
enum class State
|
||||
{
|
||||
Inactive,
|
||||
|
Reference in New Issue
Block a user