MCPcopy Create free account
hub / github.com/BSI-Bund/RdpCacheStitcher / notesWindowStateChanges

Method notesWindowStateChanges

src/screenlabel.cpp:522–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522void ScreenLabel::notesWindowStateChanges(int state)
523{
524 if (state == Qt::Checked) {
525 notes.show();
526 notes.setGeometry(notesGeometry);
527 } else {
528 notesGeometry = notes.geometry();
529 notes.hide();
530 }
531}
532
533void ScreenLabel::notesModified(bool)
534{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected