mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
parent
7377974731
commit
bc937d38a2
8 changed files with 55 additions and 41 deletions
|
@ -30,8 +30,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
class QString;
|
||||
|
||||
class Path;
|
||||
|
@ -58,8 +56,6 @@ public:
|
|||
virtual int fileLoggerAgeType() const = 0;
|
||||
virtual void setFileLoggerAgeType(int value) = 0;
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
virtual int memoryWorkingSetLimit() const = 0;
|
||||
virtual void setMemoryWorkingSetLimit(int size) = 0;
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue