forked from qt-creator/qt-creator
core: make context and widget IContext data members
This commit is contained in:
@@ -213,11 +213,6 @@ bool GLSLEditorEditable::open(const QString &fileName)
|
||||
return b;
|
||||
}
|
||||
|
||||
Core::Context GLSLEditorEditable::context() const
|
||||
{
|
||||
return m_context;
|
||||
}
|
||||
|
||||
void GLSLTextEditorWidget::setFontSettings(const TextEditor::FontSettings &fs)
|
||||
{
|
||||
TextEditor::BaseTextEditorWidget::setFontSettings(fs);
|
||||
|
||||
Reference in New Issue
Block a user