MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / systemNotifier

Method systemNotifier

global.cpp:1211–1216  ·  view source on GitHub ↗

What is doing the system notification?

Source from the content-addressed store, hash-verified

1209
1210// What is doing the system notification?
1211QString Global::systemNotifier() {
1212 settings->beginGroup("Appearance");
1213 QString value = settings->value("systemNotifier", "qt").toString();
1214 settings->endGroup();
1215 return value;
1216}
1217
1218
1219

Callers 2

showMessageMethod · 0.80
AppearancePreferencesMethod · 0.80

Calls 2

valueMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected