diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/process_detector.cpp | 2 | ||||
-rw-r--r-- | gui/process_detector.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/process_detector.cpp b/gui/process_detector.cpp index 67b05c7c..b17d5dd0 100644 --- a/gui/process_detector.cpp +++ b/gui/process_detector.cpp @@ -195,7 +195,7 @@ bool process_detector_worker::should_stop() return true; } -bool process_detector_worker::config_to_start(QString& str) +bool process_detector_worker::profile_to_start(QString& str) { proc_detector_settings s; if (!s.is_enabled()) diff --git a/gui/process_detector.h b/gui/process_detector.h index 7439b19b..4e8842c6 100644 --- a/gui/process_detector.h +++ b/gui/process_detector.h @@ -63,7 +63,7 @@ class OTR_GUI_EXPORT process_detector_worker : QObject proc_detector_settings s; QString last_exe_name; public: - bool config_to_start(QString& s); + bool profile_to_start(QString& str); bool should_stop(); }; |