]> sigrok.org Git - pulseview.git/blobdiff - pv/view/ruler.hpp
Modified header guards to match file names
[pulseview.git] / pv / view / ruler.hpp
index 7fa58452fe76cd5fa7210d8b35a27420c6f00847..50bbf2cdc0038075d8fbdea98cc0ba2b3af938fa 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef PULSEVIEW_PV_VIEW_RULER_H
-#define PULSEVIEW_PV_VIEW_RULER_H
+#ifndef PULSEVIEW_PV_VIEW_RULER_HPP
+#define PULSEVIEW_PV_VIEW_RULER_HPP
 
 #include <memory>
 
@@ -76,13 +76,8 @@ private:
 private:
        void paintEvent(QPaintEvent *event);
 
-       void mouseMoveEvent(QMouseEvent *e);
-       void mouseReleaseEvent(QMouseEvent *);
-
        void mouseDoubleClickEvent(QMouseEvent *e);
 
-       void keyPressEvent(QKeyEvent *e);
-
 private:
        /**
         * Draw a hover arrow under the cursor position.
@@ -100,4 +95,4 @@ private Q_SLOTS:
 } // namespace view
 } // namespace pv
 
-#endif // PULSEVIEW_PV_VIEW_RULER_H
+#endif // PULSEVIEW_PV_VIEW_RULER_HPP