forked from qt-creator/qt-creator
Debugger: Compile fix after previous change
Change-Id: Ie9b871a7dee7bf886474ff87306ed934c1a67b6d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
|
||||
using Callback = std::function<void()>;
|
||||
void setAboutToActivateCallback(const Callback &cb);
|
||||
void aboutToActivate();
|
||||
void aboutToActivate() const;
|
||||
|
||||
private:
|
||||
Perspective(const Perspective &) = delete;
|
||||
|
||||
Reference in New Issue
Block a user