X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/cd00aa3043b507ed10bf79a37b83b88741d176d7..1ec412d97ddac6bd184c645815037e29fd84fb90:/client/proxguiqt.h diff --git a/client/proxguiqt.h b/client/proxguiqt.h index 58ff8326..155cacb1 100644 --- a/client/proxguiqt.h +++ b/client/proxguiqt.h @@ -1,3 +1,13 @@ +//----------------------------------------------------------------------------- +// 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. +//----------------------------------------------------------------------------- +// GUI (QT) +//----------------------------------------------------------------------------- + #include #include #include @@ -13,6 +23,8 @@ class ProxWidget : public QWidget double GraphPixelsPerPoint; int CursorAPos; int CursorBPos; + //int CursorCPos; + //int CursorDPos; public: ProxWidget(QWidget *parent = 0);