mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-03 06:08:39 +00:00
fix: remove extra ';' semicolon
This commit is contained in:
parent
dc7c240aaa
commit
086626824c
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