From 73cd5fb72ce62c54f778979defbdc9c91f3307cf Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 24 May 2017 17:23:45 +0200 Subject: options/tie: add todo --- options/tie.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options') 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& 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& v, QCheckBox* cb) { cb->setChecked(v); -- cgit v1.2.3