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

Function restoreAndAutoSaveGeometry

kdevplatform/util/shellutils.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202bool restoreAndAutoSaveGeometry(QWidget& widget, const QString& configGroupName, const QString& configSubgroupName)
203{
204 const auto* const saver = new WidgetGeometrySaver(widget, configGroupName, configSubgroupName);
205 return saver->restoreWidgetGeometry();
206}
207
208void prepareStandardContextMenuToAddingCustomActions(QMenu*& standardContextMenu, QWidget* menuParent)
209{

Callers 6

OpenProjectDialogMethod · 0.85
KSaveSelectDialogMethod · 0.85
historyMethod · 0.85
VcsCommitDialogMethod · 0.85
BranchManagerMethod · 0.85
StashManagerDialogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected