diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-25 11:01:40 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-25 14:19:59 +0100 |
commit | 72b826d6d90c1f8dc159edb94c76620c7cb48a2b (patch) | |
tree | 3ab1e97316a084f323acdd67de5356bd13d99b73 /gui/process_detector.h | |
parent | 555515fcffe091681f28003ecc82a79c7fda1e74 (diff) |
gui/process-detector: fix it having a generic "dialog" name
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 9dd0da91..475ebde0 100644 --- a/gui/process_detector.h +++ b/gui/process_detector.h @@ -30,7 +30,7 @@ class process_detector final : public QWidget { Q_OBJECT - Ui_Dialog ui; + Ui_process_detector ui; settings s; int add_row(QString exe_name = "...", QString profile = ""); |