Debugger: Rename MainWindow::{set,add}SubPerspectiveSwitcher

We'll need another one for GammaRay, and it's practically already
working as 'add', not 'set'. So fix the mis-nomer.

Change-Id: I1713ced6c39082dae0121b8d670c4676807c1602
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2018-09-19 08:16:20 +02:00
parent 6ea686faa9
commit 982a019bfb
2 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ public:
static void onModeChanged(Core::Id mode);
static QWidget *centralWidgetStack();
void setSubPerspectiveSwitcher(QWidget *widget);
void addSubPerspectiveSwitcher(QWidget *widget);
private:
DebuggerMainWindow();