forked from qt-creator/qt-creator
Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
This commit is contained in:
@@ -107,7 +107,7 @@ private:
|
||||
QString findCmakeExecutable() const;
|
||||
void updateInfo();
|
||||
|
||||
Core::Utils::PathChooser *m_pathchooser;
|
||||
Utils::PathChooser *m_pathchooser;
|
||||
QString m_cmakeExecutable;
|
||||
enum STATE { VALID, INVALID, RUNNING } m_state;
|
||||
QProcess *m_process;
|
||||
|
||||
Reference in New Issue
Block a user