]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_MouseProcessor.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / PartSet / PartSet_MouseProcessor.h
index 0ef59ef8ddc1b8308dda47905e5181a8ce91db5c..6a123df60e3a513880e4a17c4b24ea7e40a4cb87 100755 (executable)
@@ -32,12 +32,12 @@ public:
   /// Processing the mouse release event in the viewer
   /// \param theWindow a view window
   /// \param theEvent a mouse event
-  PARTSET_EXPORT virtual void mouseReleased(ModuleBase_IViewWindow* theWindow, 
+  PARTSET_EXPORT virtual void mouseReleased(ModuleBase_IViewWindow* theWindow,
                                             QMouseEvent* theEvent) {}
   /// Processing the mouse double click event in the viewer
   /// \param theWindow a view window
   /// \param theEvent a mouse event
-  PARTSET_EXPORT virtual void mouseDoubleClick(ModuleBase_IViewWindow* theWindow, 
+  PARTSET_EXPORT virtual void mouseDoubleClick(ModuleBase_IViewWindow* theWindow,
                                                QMouseEvent* theEvent) {}
 };