mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
SplitInput: unused param
This commit is contained in:
parent
44ddbd0a8f
commit
882de6d36a
|
@ -1064,8 +1064,10 @@ void SplitInput::paintEvent(QPaintEvent * /*event*/)
|
|||
}
|
||||
}
|
||||
|
||||
void SplitInput::resizeEvent(QResizeEvent *)
|
||||
void SplitInput::resizeEvent(QResizeEvent *event)
|
||||
{
|
||||
(void)event;
|
||||
|
||||
if (this->height() == this->maximumHeight())
|
||||
{
|
||||
this->ui_.textEdit->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded);
|
||||
|
|
Loading…
Reference in a new issue