# HG changeset patch # User Chris Cannam # Date 1404225251 -3600 # Node ID 5ebce191aa041427ce6e9c086d89d719674bbf78 # Parent 48bd87b0a84e2950bdf37ca1227275ae82a8274f Subrepos, and update in line with latest no-warning changes diff -r 48bd87b0a84e -r 5ebce191aa04 .hgsubstate --- a/.hgsubstate Tue Jul 01 15:33:51 2014 +0100 +++ b/.hgsubstate Tue Jul 01 15:34:11 2014 +0100 @@ -1,5 +1,5 @@ d16f0fd6db6104d87882bc43788a3bb1b0f8c528 dataquay 3c5adc4a864fa75e5b1e67c260b77541aaa4f1f6 sv-dependency-builds -dfcc5b355f33005e177317d738031a8515812c4e svapp -0c1d6de8f44bc158bcb55866874602bcb912e2cf svcore -c4ef666721bf7c5f1174e700736e1a84dea8a224 svgui +20bab95852c1d7cb55541ae32f83210dec91892a svapp +5bd05a24e32a95a7a347b086d7904be92801586c svcore +6c52314b31b024777e09ad0e6bc0d329bd87c8e8 svgui diff -r 48bd87b0a84e -r 5ebce191aa04 main/main.cpp --- a/main/main.cpp Tue Jul 01 15:33:51 2014 +0100 +++ b/main/main.cpp Tue Jul 01 15:34:11 2014 +0100 @@ -356,7 +356,6 @@ StoreStartupLocale(); // Permit size_t and PropertyName to be used as args in queued signal calls - qRegisterMetaType("size_t"); qRegisterMetaType("PropertyContainer::PropertyName"); MainWindow *gui = new MainWindow(audioOutput, oscSupport); @@ -513,7 +512,7 @@ if (path.endsWith("sv")) { if (!haveSession) { - status = m_mainWindow->openSessionFile(path); + status = m_mainWindow->openSessionPath(path); if (status == MainWindow::FileOpenSucceeded) { haveSession = true; haveMainModel = true;