mirror of https://github.com/CGAL/cgal
Add missing override in code and doc example.
This commit is contained in:
parent
4509f39802
commit
c723e97e20
|
|
@ -313,7 +313,7 @@ private Q_SLOTS:
|
|||
}
|
||||
}
|
||||
|
||||
void closure()
|
||||
void closure()Q_DECL_OVERRIDE
|
||||
{
|
||||
dock_widget->hide();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ private Q_SLOTS:
|
|||
}
|
||||
//! [action]
|
||||
//! [closure]
|
||||
void closure()
|
||||
void closure()Q_DECL_OVERRIDE
|
||||
{
|
||||
dock_widget->hide();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue