Compile fix after file name change

Change-Id: If3434ca14030d9914f9be6119d8505a7096b3582
Reviewed-by: Nikita Baryshnikov <nib952051@gmail.com>
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
hjk
2015-02-13 18:02:56 +01:00
parent aa67078276
commit 6e8b5c07ae
2 changed files with 2 additions and 2 deletions

View File

@@ -619,7 +619,7 @@ void AndroidManifestEditorWidget::preSave()
void AndroidManifestEditorWidget::postSave()
{
const QString docPath(m_textEditorWidget->textDocument()->filePath().toString());
const Utils::FileName docPath = m_textEditorWidget->textDocument()->filePath();
ProjectExplorer::Project *project = androidProject(docPath);
if (Target *target = project->activeTarget()) {
AndroidQtSupport *androidQtSupport = AndroidManager::androidQtSupport(target);