Use Q_UNUSED()

This commit is contained in:
Kurt Hindenburg
2019-07-11 21:50:04 -04:00
parent d93b8cad39
commit 103ba229f8
2 changed files with 2 additions and 0 deletions

View File

@@ -740,6 +740,7 @@ ViewManager::NavigationMethod ViewManager::navigationMethod() const
void ViewManager::containerViewsChanged(TabbedViewContainer *container)
{
Q_UNUSED(container);
// TODO: Verify that this is right.
emit viewPropertiesChanged(viewProperties());
}