Fixed unused variable warning

This commit is contained in:
thunder2 2022-01-03 00:37:49 +01:00
parent c13e2ca341
commit 3dfe4e1288
13 changed files with 11 additions and 16 deletions

View file

@ -145,7 +145,7 @@ void HomePage::handleEvent(std::shared_ptr<const RsEvent> e)
break;
}
}
void HomePage::certContextMenu(QPoint point)
void HomePage::certContextMenu(QPoint /*point*/)
{
QMenu menu(this) ;