summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-04-30 17:52:29 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-04-30 17:52:29 +0300
commit9f00802dfbad293235fc44536069c64b236fdc50 (patch)
treed6d337bdc9334c5516e30f83d5edf9f742be2f35 /include
parent84f2722e07a23656bdc8d1a7f4040e86450fe91d (diff)
fixes #2859 (Импорт: дублируются контакты ICQ и FaceBook)
Diffstat (limited to 'include')
-rw-r--r--include/m_protoint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h
index 0aea12fa33..0f9444c448 100644
--- a/include/m_protoint.h
+++ b/include/m_protoint.h
@@ -247,6 +247,9 @@ public:
// builds the account's protocol menu
virtual void OnBuildProtoMenu(void);
+ // called when an account's contact is added
+ virtual void OnContactAdded(MCONTACT);
+
// called when an account's contact is deleted
virtual void OnContactDeleted(MCONTACT);