From dbdb87a1a2c04ffd123b5b3b51ad203b858c68e1 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Tue, 27 Jan 2015 01:21:59 -0800 Subject: [PATCH] Moved Menu dependency out of audio --- interface/src/Application.cpp | 7 +++++++ interface/src/Application.h | 2 ++ interface/src/Audio.cpp | 8 -------- interface/src/Audio.h | 3 --- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index d6bf2f4b81..8455ae2bce 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -296,6 +296,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer &startup_time) : auto audioIO = DependencyManager::get