mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-29 14:28:39 +02:00
Added Ctrl-C handling for issue 479
This commit is contained in:
parent
60a428443e
commit
7842596748
8 changed files with 36 additions and 1 deletions
|
@ -47,6 +47,7 @@ public:
|
|||
virtual void unlock() const;
|
||||
virtual const Icon getIcon() const = 0;
|
||||
virtual std::string getToolTip() const;
|
||||
virtual void cleanup() {}
|
||||
|
||||
protected:
|
||||
enum EState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue