X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fheader.h;h=5693a8a0d4f1bfc0d5a16e294d4f6d745e3c1a7b;hb=397c9541a50d9fe88a9877d58e1d149df31eee04;hp=36b786c69268e85e23d65f5119e6d7c029c7269a;hpb=1d8dca913d07df3a53184e40246eb2e333520e31;p=pulseview.git diff --git a/pv/view/header.h b/pv/view/header.h index 36b786c..5693a8a 100644 --- a/pv/view/header.h +++ b/pv/view/header.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the PulseView project. * * Copyright (C) 2012 Joel Holdsworth * @@ -38,8 +38,15 @@ public: private: void paintEvent(QPaintEvent *event); +private: + void mouseMoveEvent(QMouseEvent *event); + + void leaveEvent(QEvent *event); + private: View &_view; + + QPoint _mouse_point; }; } // namespace view