summaryrefslogtreecommitdiffhomepage
path: root/options/tie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'options/tie.cpp')
-rw-r--r--options/tie.cpp2
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);