mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-03 14:18:45 +00:00
fix: remove extra ';' semicolon
This commit is contained in:
parent
a1c59ca0a0
commit
af3dd9be3d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public:
|
||||||
virtual bool isCurrentCustomKeymap()
|
virtual bool isCurrentCustomKeymap()
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
};
|
}
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void grabCursor(bool grab);
|
void grabCursor(bool grab);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue