Use up-to-date controller list in profile manager
This commit is contained in:
parent
7a305b1440
commit
3f7c981ba2
3 changed files with 13 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
class ProfileManager
|
||||
{
|
||||
public:
|
||||
ProfileManager(std::vector<RGBController *>& control, std::string config_dir);
|
||||
ProfileManager(std::string config_dir);
|
||||
~ProfileManager();
|
||||
|
||||
bool SaveProfile(std::string profile_name);
|
||||
|
|
@ -31,9 +31,6 @@ public:
|
|||
|
||||
void SetConfigurationDirectory(std::string directory);
|
||||
|
||||
protected:
|
||||
std::vector<RGBController *>& controllers;
|
||||
|
||||
private:
|
||||
std::string configuration_directory;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue