Merge branch 'gst-osx' of github.com:mapmapteam/mapmap into gst-osx

This commit is contained in:
Alexandre Quessy
2014-04-26 06:28:29 -04:00
2 changed files with 7 additions and 1 deletions
+7
View File
@@ -1536,3 +1536,10 @@ void MainWindow::applyOscCommand(const QVariantList& command)
open();
}
void MainWindow::updateAll()
{
sourceCanvas->update();
destinationCanvas->update();
}
-1
View File
@@ -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