mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:41:17 -07:00
Add missing override
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
: q(q)
|
||||
{
|
||||
}
|
||||
~ScreencastingStreamPrivate()
|
||||
~ScreencastingStreamPrivate() override
|
||||
{
|
||||
close();
|
||||
q->deleteLater();
|
||||
@@ -75,7 +75,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
~ScreencastingPrivate()
|
||||
~ScreencastingPrivate() override
|
||||
{
|
||||
destroy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user