forked from qt-creator/qt-creator
Rename IDocument::fileName --> filePath
That is what it actually is, wrt how Qt API calls it. Change-Id: Ied02055debf6aad75556b0d9d22e8ba2f72be555 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -173,7 +173,7 @@ using namespace Qt4ProjectManager::Internal;
|
||||
Qt4PriFile::Qt4PriFile(Qt4ProjectManager::Qt4PriFileNode *qt4PriFile)
|
||||
: IDocument(qt4PriFile), m_priFile(qt4PriFile)
|
||||
{
|
||||
setFileName(m_priFile->path());
|
||||
setFilePath(m_priFile->path());
|
||||
}
|
||||
|
||||
bool Qt4PriFile::save(QString *errorString, const QString &fileName, bool autoSave)
|
||||
|
||||
Reference in New Issue
Block a user