diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-17 20:43:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-17 20:43:20 +0300 |
commit | ac297d39f72433e077396a02c71526d50b157b17 (patch) | |
tree | 18d2fa80b717c9418d3456568e51998dce297e37 /include/m_chat_int.h | |
parent | f4ba44ddae2289b44e11e42dc934cb03462793bf (diff) |
Chat: common code moved to mir_app
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 838ee30e9c..55793409b4 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -455,20 +455,19 @@ public: COLORREF m_iFG, m_iBG;
void ClearLog();
- void RedrawLog2();
+ void RedrawLog();
void ShowColorChooser(int iCtrlId);
virtual void AddLog();
virtual void CloseTab() {}
virtual bool IsActive() const PURE;
virtual void LoadSettings() PURE;
- virtual void RedrawLog() {}
virtual void ScrollToBottom() {}
virtual void SetStatusText(const wchar_t*, HICON) {}
virtual void ShowFilterMenu() {}
virtual void StreamInEvents(LOGINFO*, bool) {}
virtual void UpdateNickList() {}
- virtual void UpdateOptions() {}
+ virtual void UpdateOptions();
virtual void UpdateStatusBar() {}
virtual void UpdateTitle() PURE;
|