refactor: Move all commands to their own files (#4946)
This commit is contained in:
@@ -121,10 +121,7 @@ ImagePtr getEmptyImagePtr();
|
||||
|
||||
class ImageExpirationPool
|
||||
{
|
||||
private:
|
||||
friend class Image;
|
||||
friend class CommandController;
|
||||
|
||||
public:
|
||||
ImageExpirationPool();
|
||||
static ImageExpirationPool &instance();
|
||||
|
||||
@@ -145,7 +142,6 @@ private:
|
||||
*/
|
||||
void freeAll();
|
||||
|
||||
private:
|
||||
// Timer to periodically run freeOld()
|
||||
QTimer *freeTimer_;
|
||||
std::map<Image *, std::weak_ptr<Image>> allImages_;
|
||||
|
||||
Reference in New Issue
Block a user