rename name() to uniqueName() for readability

This commit is contained in:
Sergio Martins
2019-08-08 22:30:29 +01:00
parent 17b3048aeb
commit 990e487fed
9 changed files with 23 additions and 23 deletions

View File

@@ -125,7 +125,7 @@ void MainWindow::addDockWidget(DockWidgetBase *dw, Location location, DockWidget
d->m_dropArea->addDockWidget(dw, location, relativeTo, option);
}
QString MainWindow::name() const
QString MainWindow::uniqueName() const
{
return d->name;
}