MCPcopy Create free account
hub / github.com/KDE/kdevelop / minimumSizeHint

Method minimumSizeHint

plugins/filetemplates/templateselectionpage.cpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262QSize TemplateSelectionPage::minimumSizeHint() const
263{
264 return QSize(400, 600);
265}
266
267QString TemplateSelectionPage::selectedTemplate() const
268{

Callers 2

CMakeBuildDirChooserMethod · 0.45
CMakePreferencesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected