fixed heap corruption
This commit is contained in:
parent
5229154c45
commit
621841e954
2 changed files with 24 additions and 43 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue