Core::Context: compile hot fix for Windows.

This commit is contained in:
hjk
2010-06-25 17:37:59 +02:00
parent 2bdf10ce10
commit 2f5f358ff4
63 changed files with 199 additions and 260 deletions

View File

@@ -60,7 +60,7 @@ public:
QString id() const;
bool isTemporary() const { return false; }
private:
Core::Context m_context;
const Core::Context m_context;
};
class CMakeEditor : public TextEditor::BaseTextEditor