]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/example/qt/qt3/hello/canvas.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / example / qt / qt3 / hello / canvas.h
index f9f95026797c141ace8b25bb2d93574b2d756079..865fc6549dc0c85a2cf38e700b444b8f8575f31b 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright Vladimir Prus 2004.
 // Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt
-// or copy at http://www.boost.org/LICENSE_1_0.txt)
+// (See accompanying file LICENSE.txt
+// or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 
 #ifndef CANVAS_VP_2004_08_31
@@ -18,16 +18,16 @@ public:
     Canvas(QWidget* parent);
 
     virtual ~Canvas();
-    
+
 public slots:
-    void change_color();    
-    
+    void change_color();
+
 private:
     void redraw();
     class QCanvas* m_canvas;
     class QCanvasView* m_canvas_view;
     class QPen m_pen;
-    class QBrush* m_brushes;    
+    class QBrush* m_brushes;
     int m_current_brush;
 };