mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Merge branch 'gst-osx' of github.com:mapmapteam/mapmap into gst-osx
This commit is contained in:
@@ -1536,3 +1536,10 @@ void MainWindow::applyOscCommand(const QVariantList& command)
|
||||
open();
|
||||
}
|
||||
|
||||
void MainWindow::updateAll()
|
||||
{
|
||||
sourceCanvas->update();
|
||||
destinationCanvas->update();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@ class OscReceiver {
|
||||
static bool server_is_ok_;
|
||||
private:
|
||||
std::string toString() const;
|
||||
bool server_is_ok_;
|
||||
std::string port_;
|
||||
lo_server_thread server_;
|
||||
#ifdef CONFIG_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user