summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/src/options.h
diff options
context:
space:
mode:
authorGoraf <22941576+Goraf@users.noreply.github.com>2018-06-12 11:44:31 +0200
committerGoraf <22941576+Goraf@users.noreply.github.com>2018-06-12 11:44:31 +0200
commit9e03ccf552848ea74aee686d95b81914e136ce7b (patch)
tree2eb71586a894e136ed26eb228a33f2f3e1a97b8d /protocols/Gadu-Gadu/src/options.h
parent527c89ab4ce37f593a58c74675c44b829a0603c1 (diff)
Gadu-Gadu: conf options move to UI classes
Diffstat (limited to 'protocols/Gadu-Gadu/src/options.h')
-rw-r--r--protocols/Gadu-Gadu/src/options.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/protocols/Gadu-Gadu/src/options.h b/protocols/Gadu-Gadu/src/options.h
index 58e1de767e..4a58f042a5 100644
--- a/protocols/Gadu-Gadu/src/options.h
+++ b/protocols/Gadu-Gadu/src/options.h
@@ -24,6 +24,24 @@ struct GaduOptions
using GaduDlgBase = CProtoDlgBase<GaduProto>;
+class GaduOptionsDlgConference : public GaduDlgBase
+{
+private:
+ CCtrlCombo cmbPolicyForAllChatParticipants;
+ CCtrlSpin edtNumberOfAllChatParticipants;
+
+ CCtrlCombo cmbPolicyForUnknownChatParticipants;
+ CCtrlSpin edtNumberOfUnknownChatParticipants;
+
+ CCtrlCombo cmbDefaultChatPolicy;
+
+public:
+ GaduOptionsDlgConference(GaduProto *proto);
+
+ void OnInitDialog() override;
+ void OnApply() override;
+};
+
class GaduOptionsDlgAdvanced : public GaduDlgBase
{
private: