fixed heap corruption

This commit is contained in:
Hane 2024-04-13 18:28:20 +02:00
commit 621841e954
2 changed files with 24 additions and 43 deletions

View file

@ -98,8 +98,7 @@ private:
QCheckBox *muteButton = nullptr;
SessionHandler* sh;
QTimer* volumePoller = nullptr;
QSpacerItem widthSpacer;
QSpacerItem* widthSpacer;
};
class ChannelWidget : public QWidget {
@ -241,7 +240,7 @@ private:
//todo: ratio
//Win10 1080p 120%
QSize mwSize;
QSpacerItem lastRowSpacer;
QSpacerItem* lastRowSpacer;
//public slots: