forked from qt-creator/qt-creator
Qt4PM: Function reordering, member initialization
Change-Id: I7091595610e59281468c2fc4c0495121a8ed7881 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
committed by
Daniel Teske
parent
b35b0dd5e2
commit
70bda7c3ba
@@ -106,6 +106,7 @@ static inline QString formWindowEditorContents(const QObject *editor)
|
||||
|
||||
Qt4Manager::Qt4Manager(Qt4ProjectManagerPlugin *plugin)
|
||||
: m_plugin(plugin),
|
||||
m_contextNode(0),
|
||||
m_contextProject(0),
|
||||
m_lastEditor(0),
|
||||
m_dirty(false)
|
||||
@@ -294,16 +295,16 @@ void Qt4Manager::setContextNode(ProjectExplorer::Node *node)
|
||||
m_contextNode = node;
|
||||
}
|
||||
|
||||
void Qt4Manager::setContextProject(ProjectExplorer::Project *project)
|
||||
{
|
||||
m_contextProject = project;
|
||||
}
|
||||
|
||||
ProjectExplorer::Project *Qt4Manager::contextProject() const
|
||||
{
|
||||
return m_contextProject;
|
||||
}
|
||||
|
||||
void Qt4Manager::setContextProject(ProjectExplorer::Project *project)
|
||||
{
|
||||
m_contextProject = project;
|
||||
}
|
||||
|
||||
void Qt4Manager::addLibrary()
|
||||
{
|
||||
Core::EditorManager *em = Core::EditorManager::instance();
|
||||
|
||||
Reference in New Issue
Block a user