summaryrefslogtreecommitdiffhomepage
path: root/gui/process_detector.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-02-03 12:53:31 +0100
committerStanislaw Halik <sthalik@misaki.pl>2019-02-09 12:13:27 +0100
commit6325d311627a8288693331d16069fd16c5fac6c6 (patch)
tree8a8c31687035aa4895c9a3e85877544f3e8d71d7 /gui/process_detector.h
parentf5662b59896917512f0d4e5f1e853ba6c6b20d38 (diff)
use consistent naming for `profile'
Diffstat (limited to 'gui/process_detector.h')
-rw-r--r--gui/process_detector.h2
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();
};