forked from qt-creator/qt-creator
Use Core::FileChangeBlocker
Remove class that does something similar. Reviewed-by: Christian Kandeler Change-Id: I7acfa119cf18d96c22d1873a464b1c004c78e132
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "qt4maemotarget.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/filemanager.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
#include <projectexplorer/session.h>
|
||||
#include <qt4projectmanager/qt4buildconfiguration.h>
|
||||
@@ -299,7 +300,7 @@ QString MaemoDeployableListModel::remoteIconFilePath() const
|
||||
|
||||
bool MaemoDeployableListModel::addLinesToProFile(const QStringList &lines)
|
||||
{
|
||||
MaemoGlobal::FileUpdate update(m_proFilePath);
|
||||
Core::FileChangeBlocker update(m_proFilePath);
|
||||
|
||||
const QLatin1String separator("\n ");
|
||||
const QString proFileString = QString(QLatin1Char('\n') + proFileScope()
|
||||
|
||||
Reference in New Issue
Block a user