comparison libgui/graphics/Canvas.cc @ 18505:fb96b7f55242 gui-release

rename file to avoid clash on case-insenstive filesystems (bug #41658) * libgui/graphics/QtHandlesUtils.cc: Rename from Utils.cc. * libgui/graphics/QtHandlesUtils.h: Rename from Utils.h. Change all uses. * libgui/graphics/module.mk: Update lists.
author John W. Eaton <jwe@octave.org>
date Fri, 21 Feb 2014 11:35:36 -0500
parents 523878f76518
children 9597e00ed2dd
comparison
equal deleted inserted replaced
18504:b75adad91fc6 18505:fb96b7f55242
31 31
32 #include "Backend.h" 32 #include "Backend.h"
33 #include "Canvas.h" 33 #include "Canvas.h"
34 #include "ContextMenu.h" 34 #include "ContextMenu.h"
35 #include "GLCanvas.h" 35 #include "GLCanvas.h"
36 #include "Utils.h" 36 #include "QtHandlesUtils.h"
37 37
38 namespace QtHandles 38 namespace QtHandles
39 { 39 {
40 40
41 void Canvas::redraw (bool sync) 41 void Canvas::redraw (bool sync)