X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fpopup.hpp;h=116dad50aad72a98000f306937bb1df9863e46d3;hp=c6f931f69c1496141154198c57ee1087ece36be6;hb=8b9056d493c657e01fcea037eff6b477c1ec9253;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f diff --git a/pv/widgets/popup.hpp b/pv/widgets/popup.hpp index c6f931f6..116dad50 100644 --- a/pv/widgets/popup.hpp +++ b/pv/widgets/popup.hpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #ifndef PULSEVIEW_PV_WIDGETS_POPUP_HPP @@ -52,7 +51,7 @@ public: void set_position(const QPoint point, Position pos); - bool eventFilter(QObject *obj, QEvent *evt); + bool eventFilter(QObject *obj, QEvent *event); void show(); @@ -78,10 +77,10 @@ private: void resizeEvent(QResizeEvent*); - void mouseReleaseEvent(QMouseEvent *e); + void mouseReleaseEvent(QMouseEvent *event); protected: - void showEvent(QShowEvent *e); + void showEvent(QShowEvent *); Q_SIGNALS: void closed();