Remove virtual keyword
This commit is contained in:
parent
5259eaed03
commit
c52c79ce3f
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class RemoteAccessManagerInterface::Private : public Global::Private
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Private(RemoteAccessManagerInterface *q, Display *d);
|
Private(RemoteAccessManagerInterface *q, Display *d);
|
||||||
virtual ~Private() override;
|
~Private() override;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Send buffer ready notification to all connected clients
|
* @brief Send buffer ready notification to all connected clients
|
||||||
|
|
Loading…
Reference in a new issue