diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-24 17:23:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-24 17:23:45 +0200 |
commit | 73cd5fb72ce62c54f778979defbdc9c91f3307cf (patch) | |
tree | 1de9c5cbe2fa74815d957ed153f731f0bf6763f7 /options/tie.cpp | |
parent | ef4f613ba0ce350c0b1c3ce236536e2a9e5afecc (diff) |
options/tie: add todo
Diffstat (limited to 'options/tie.cpp')
-rw-r--r-- | options/tie.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/tie.cpp b/options/tie.cpp index 934871a9..3cb32319 100644 --- a/options/tie.cpp +++ b/options/tie.cpp @@ -64,6 +64,8 @@ OTR_OPTIONS_EXPORT void tie_setting(value<QVariant>& v, QComboBox* cb) }, v.DIRECT_CONNTYPE); } +// XXX TODO need variant with setEnabled based on lambda retval -- sh 20170524 + OTR_OPTIONS_EXPORT void tie_setting(value<bool>& v, QCheckBox* cb) { cb->setChecked(v); |