MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / showApplicationRestartRequired

Method showApplicationRestartRequired

src/dialogs/PreferencesDialog.cpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void PreferencesDialog::showApplicationRestartRequired() const
153{
154 ui->labelAppRestartIcon->show();
155 ui->labelAppRestart->show();
156}
157
158template<typename Func1, typename Func2, typename Func3>
159void PreferencesDialog::MapSettingToCheckBox(QCheckBox *checkBox, Func1 getter, Func2 setter, Func3 notifier) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected