MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / setActionText

Method setActionText

src/plugins/core/session/sessiondialog.cpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void SessionNameInputDialog::setActionText(const QString &actText, const QString &openActText)
232{
233 getButton(1)->setText(actText);
234 getButton(2)->setText(openActText);
235}
236
237bool SessionNameInputDialog::isSwitchToRequested() const
238{

Callers 3

createSessionMethod · 0.80
cloneCurrentSessionMethod · 0.80
renameCurrentSessionMethod · 0.80

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected