MCPcopy 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
750QSize 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

sizeHintChangedMethod · 0.45

Calls 1

sizeHintFunction · 0.85

Tested by

no test coverage detected