MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / message

Method message

pj_widgets/src/ToastNotification.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129QString ToastNotification::message() const {
130 return message_label_->text();
131}
132
133void ToastNotification::setMessage(const QString& message) {
134 message_label_->setText(message);

Callers 1

TESTFunction · 0.80

Calls 1

textMethod · 0.45

Tested by 1

TESTFunction · 0.64