mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-05 16:55:25 +08:00
qt 6.6.0 clean
This commit is contained in:
@ -341,7 +341,7 @@ PathStrokeWidget::PathStrokeWidget(bool smallScreen)
|
||||
|
||||
connect(m_renderer, &PathStrokeRenderer::clicked, this, &PathStrokeWidget::showControls);
|
||||
connect(m_controls, &PathStrokeControls::okPressed, this, &PathStrokeWidget::hideControls);
|
||||
connect(m_controls, SIGNAL(quitPressed()), QApplication::instance(), SLOT(quit()));
|
||||
connect(m_controls, &PathStrokeControls::quitPressed, QApplication::instance(), &QApplication::quit);
|
||||
}
|
||||
|
||||
void PathStrokeWidget::showControls()
|
||||
|
Reference in New Issue
Block a user