Skip to content

Commit

Permalink
fixup! refactor: improve ControllerManager memory safety
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Sep 9, 2024
1 parent 360b71f commit 025aa8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/controllers/controllermanager.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#pragma once

#include <QList>
#include <QMutex>
#include <QSharedPointer>
#include <QThread>
#include <QTimer>
#include <memory>
#include <vector>

#include "controllers/controllerenumerator.h"
#include "preferences/usersettings.h"
#include "util/duration.h"

// Forward declaration(s)
class Controller;
Expand Down

0 comments on commit 025aa8c

Please sign in to comment.