MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / ClearAvatar

Method ClearAvatar

src/render_panel/gr_workspace.cpp:883–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881 }
882
883 void GrWorkspace::ClearAvatar() {
884 auto pixmap = WidgetHelper::RenderSvgToPixmap(":/resources/image/ic_not_login.svg", QSize(avatar_size_, avatar_size_));
885 lbl_avatar_->UpdatePixmap(pixmap);
886 }
887
888
889 void GrWorkspace::InitUpdate() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected