From ea245cdc4038ffe04045c9638c08dc2730db7b2d Mon Sep 17 00:00:00 2001 From: Edric Milaret <edric.ladent-milaret@savoirfairelinux.com> Date: Mon, 21 Mar 2016 12:19:39 -0400 Subject: [PATCH] adapt to LRC API changes CodecModel used to be in the Audio namespace, this was changed last year, but the install guidelines were accidentally not updated. This commit fix that. This is related to gerrit change #3889. Change-Id: I0b492a823af8c4c2a2feeef2f32d14f3571c73de Tuleap: #350 --- src/AccMediaVC.mm | 2 +- src/PreferencesWC.mm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AccMediaVC.mm b/src/AccMediaVC.mm index 22e4013f..c1c85298 100644 --- a/src/AccMediaVC.mm +++ b/src/AccMediaVC.mm @@ -23,7 +23,7 @@ #import <qitemselectionmodel.h> ///LRC -#import <audio/codecmodel.h> +#import <codecmodel.h> #import <accountmodel.h> #import <ringtonemodel.h> #import <ringtone.h> diff --git a/src/PreferencesWC.mm b/src/PreferencesWC.mm index c1c0f1eb..2dcb9d75 100644 --- a/src/PreferencesWC.mm +++ b/src/PreferencesWC.mm @@ -21,7 +21,7 @@ #import <QuartzCore/QuartzCore.h> #import <accountmodel.h> -#import <audio/codecmodel.h> +#import <codecmodel.h> #import "AccountsVC.h" #import "GeneralPrefsVC.h" -- GitLab