mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Replaced updateAll() by updateCanvases()
This commit is contained in:
+1
-8
@@ -45,7 +45,7 @@ MainWindow::MainWindow()
|
||||
// Create everything.
|
||||
videoTimer = new QTimer(this);
|
||||
videoTimer->setInterval(1000/30);
|
||||
connect(videoTimer, SIGNAL(timeout()), this, SLOT(updateAll()));
|
||||
connect(videoTimer, SIGNAL(timeout()), this, SLOT(updateCanvases()));
|
||||
videoTimer->start();
|
||||
|
||||
createLayout();
|
||||
@@ -1536,10 +1536,3 @@ void MainWindow::applyOscCommand(const QVariantList& command)
|
||||
open();
|
||||
}
|
||||
|
||||
void MainWindow::updateAll()
|
||||
{
|
||||
sourceCanvas->update();
|
||||
destinationCanvas->update();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user