Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
QString ToastNotification::message() const {
130
return message_label_->text();
131
}
132
133
void ToastNotification::setMessage(const QString& message) {
134
message_label_->setText(message);
Callers
1
TEST
Function · 0.80
Calls
1
text
Method · 0.45
Tested by
1
TEST
Function · 0.64