summaryrefslogtreecommitdiffhomepage
path: root/gui/process_detector.h
diff options
context:
space:
mode:
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 c3ff078a..7439b19b 100644
--- a/gui/process_detector.h
+++ b/gui/process_detector.h
@@ -34,7 +34,7 @@ class OTR_GUI_EXPORT process_detector final : public QWidget
Ui_process_detector ui;
proc_detector_settings s;
- int add_row(QString exe_name = "...", QString profile = "");
+ int add_row(const QString& exe_name = "...", const QString& profile = "");
void add_items();
public:
process_detector(QWidget* parent = nullptr);