X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fview%2Fheader.hpp;h=91612b956bb7c1d893f46d7145fcd5043b9aed93;hb=7a01bd3654ed046216308fa64edfd79be7cd525f;hp=9bca88cee73bf83c35510b8afd4c30bad2ebfca5;hpb=f15bb3bc4f964eaafdd4c46f29f69ef74572baee;p=pulseview.git diff --git a/pv/view/header.hpp b/pv/view/header.hpp index 9bca88c..91612b9 100644 --- a/pv/view/header.hpp +++ b/pv/view/header.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_HEADER_H -#define PULSEVIEW_PV_VIEW_HEADER_H +#ifndef PULSEVIEW_PV_VIEW_HEADER_HPP +#define PULSEVIEW_PV_VIEW_HEADER_HPP #include #include @@ -74,12 +74,6 @@ private: std::shared_ptr get_mouse_over_item( const QPoint &pt); - /** - * Drag the dragging items by the delta offset. - * @param delta the drag offset in pixels. - */ - void drag_items(const QPoint &delta); - private: void paintEvent(QPaintEvent *event); @@ -97,4 +91,4 @@ private Q_SLOTS: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_VIEW_HEADER_H +#endif // PULSEVIEW_PV_VIEW_HEADER_HPP