diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-04 20:13:21 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-04 20:13:21 +0200 |
commit | 85162f706e5c85c5dfe98d14c0096ed18670dcf8 (patch) | |
tree | 7495efaae50bf9f839f5e6405f8c489f78852aa0 | |
parent | 6a2d77c29cc0ccc621e4a5e5a57b2444348c14f0 (diff) |
options: remove stale comment
-rw-r--r-- | options/tie.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/options/tie.cpp b/options/tie.cpp index 8220854d..43e6c596 100644 --- a/options/tie.cpp +++ b/options/tie.cpp @@ -70,8 +70,6 @@ void tie_setting(value<QVariant>& v, QComboBox* cb) }, v.DIRECT_CONNTYPE); } -// XXX TODO need variant with setEnabled based on lambda retval -- sh 20170524 - void tie_setting(value<bool>& v, QRadioButton* cb) { cb->setChecked(v); |