fixed crash when changing theme after closing tab

This commit is contained in:
fourtf
2018-04-13 23:17:10 +02:00
parent 2c5d05dfa1
commit 1654130dbc
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class SplitHeader : public BaseWidget
public:
explicit SplitHeader(Split *_chatWidget);
~SplitHeader();
virtual ~SplitHeader();
// Update channel text from chat widget
void updateChannelText();