view .editorconfig @ 31770:1d1eff97670e

revise parentage of GLWidget object (bug #63697) * Canvas.h (Canvas): Revert previous change in inheritance. Inherit from QObject, not QWidget. * GLCanvas.h, GLCanvas.cc (GLWidget::GLWidget): Also accept QWidget parent and pass it to QOpenGLWidget constructor. (GLCanvas::GLCanvas): Pass QWidget parent to GLWidget constructor, not, Canvas.
author John W. Eaton <jwe@octave.org>
date Tue, 24 Jan 2023 16:17:31 -0500
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab