diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-31 14:41:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-31 14:41:42 +0100 |
commit | d00258dfc626000c70767796ccd18fad7815a8d3 (patch) | |
tree | e7560d40f7ecda7b2e1f8c82e3b7b7e590841007 /variant/default | |
parent | 8dfcc01968df0795dbf8cf83e4908c375b3789af (diff) |
gui: clean up a bit
Diffstat (limited to 'variant/default')
-rw-r--r-- | variant/default/main-window.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/variant/default/main-window.cpp b/variant/default/main-window.cpp index 9ac838f1..47dce2c4 100644 --- a/variant/default/main-window.cpp +++ b/variant/default/main-window.cpp @@ -365,7 +365,6 @@ void main_window::set_working_directory() void main_window::save_modules() { - qDebug() << "save modules"; m.b->save(); } @@ -851,7 +850,7 @@ void main_window::maybe_start_profile_from_executable() QString prof; if (det.config_to_start(prof)) { - ui.iconcomboProfile->setCurrentText(prof); + set_profile(prof); start_tracker_(); } } |