Debugger: Add Perspective::name() accessor

Will be needed again by GammaRay.

Change-Id: I9afe61dd1db4a1ba4ec95a6abd089e12c6cbcd9a
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2018-09-20 09:38:38 +02:00
parent b9a8e77a82
commit bcb2df7b30
2 changed files with 6 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ public:
void setShouldPersistChecker(const ShouldPersistChecker &checker);
QString id() const; // Currently used by GammaRay plugin.
QString name() const;
QWidget *centralWidget() const;
using Callback = std::function<void()>;