X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a553f2674865fa544d04ca7b8194e30c008644ae..be67483e63430608982f1c92e02b59d7b4dc65b3:/client/proxguiqt.h diff --git a/client/proxguiqt.h b/client/proxguiqt.h index b76a5ea7..155cacb1 100644 --- a/client/proxguiqt.h +++ b/client/proxguiqt.h @@ -1,4 +1,6 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2009 Michael Gernoth +// // This code is licensed to you under the terms of the GNU GPL, version 2 or, // at your option, any later version. See the LICENSE.txt file for the text of // the license. @@ -21,6 +23,8 @@ class ProxWidget : public QWidget double GraphPixelsPerPoint; int CursorAPos; int CursorBPos; + //int CursorCPos; + //int CursorDPos; public: ProxWidget(QWidget *parent = 0);