Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ sizeHint
Method
sizeHint
kdevplatform/language/duchain/navigation/useswidget.cpp:750–756 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
748
}
749
750
QSize KDevelop::UsesWidget::sizeHint() const
751
{
752
QSize ret = QWidget::sizeHint();
753
if (ret.height() < 300)
754
ret.setHeight(300);
755
return ret;
756
}
757
758
#include
"moc_useswidget.cpp"
Callers
1
sizeHintChanged
Method · 0.45
Calls
1
sizeHint
Function · 0.85
Tested by
no test coverage detected