From 328872afb5e68d4579d73bca55f03b57596564bb Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Thu, 23 Feb 2017 20:42:57 +1030 Subject: Converted presets file location to a safe OS agnostic location (~/.local/share/RGBcontroller on Linux) --- qt/RGBController/controllerwindow.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qt/RGBController/controllerwindow.h') diff --git a/qt/RGBController/controllerwindow.h b/qt/RGBController/controllerwindow.h index 8b4456b..0997e82 100755 --- a/qt/RGBController/controllerwindow.h +++ b/qt/RGBController/controllerwindow.h @@ -9,6 +9,8 @@ #include #include #include +#include +#include #include "serial_communication.h" #include "ui_controllerwindow.h" @@ -42,6 +44,8 @@ class controllerWindow : public QMainWindow QString port; /* this int will contain the current preset index selected */ int preset_index; + QString presetsfile; + QString tempfile; private slots: /* these slots are used to trigger button clicks and drop down items selections etc */ -- cgit v1.2.3