diff options
Diffstat (limited to 'gui/process_detector.h')
-rw-r--r-- | gui/process_detector.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); }; |