mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 20:55:56 -04:00
Various EBN fixes.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=667655
This commit is contained in:
@@ -810,7 +810,7 @@ QSize Session::size()
|
||||
return _emulation->imageSize();
|
||||
}
|
||||
|
||||
void Session::setSize(QSize size)
|
||||
void Session::setSize(const QSize& size)
|
||||
{
|
||||
if ((size.width() <= 1) || (size.height() <= 1))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user