MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / CTrayIcon

Method CTrayIcon

cppcryptfs/ui/TrayIcon.h:88–88  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

86public:
87 // disallow copying
88 CTrayIcon(CTrayIcon const&) = delete;
89 void operator=(CTrayIcon const&) = delete;
90
91 CTrayIcon() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected