mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-01 23:02:23 +08:00
qt 6.6.0 clean
This commit is contained in:
@ -32,7 +32,7 @@ public:
|
||||
QVector3D(0,0,0),
|
||||
QVector3D(0,1,0));
|
||||
m_timer.setInterval(16);
|
||||
connect(&m_timer, SIGNAL(timeout()), this, SLOT(update()));
|
||||
connect(&m_timer, &QTimer::timeout, this, qOverload<>(&PaintedWindow::update));
|
||||
m_timer.start();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user