forked from qt-creator/qt-creator
Drop Qt5: Core: Get rid of QOverload
Change-Id: Ibaebd83304680156e13a9ebc473075ad2a4bfed4 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -90,7 +90,7 @@ WindowSupport::WindowSupport(QWidget *window, const Context &context)
|
||||
|
||||
m_windowList->addWindow(window);
|
||||
|
||||
connect(ICore::instance(), &ICore::coreAboutToClose, this, [this]() { m_shutdown = true; });
|
||||
connect(ICore::instance(), &ICore::coreAboutToClose, this, [this] { m_shutdown = true; });
|
||||
}
|
||||
|
||||
WindowSupport::~WindowSupport()
|
||||
|
||||
Reference in New Issue
Block a user