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

@@ -73,7 +73,7 @@ public:
* There's no parent argument. The DockWidget is either parented to FloatingWindow or MainWindow
* when visible, or stays without a parent when hidden.
*/
explicit DockWidgetBase(const QString &name, Options options = {});
explicit DockWidgetBase(const QString &uniqueName, Options options = {});
///@brief destructor
~DockWidgetBase() override;
@@ -132,7 +132,7 @@ public:
* @return the dock widget's unique name.
* @sa title
*/
QString name() const;
QString uniqueName() const;
/**
* @brief the dock widget's title.