X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=about.h;fp=about.h;h=0000000000000000000000000000000000000000;hb=51e77110d4316fd0106f8306f5e1f0523c5bf7d7;hp=76c506533cd0734eccf10aa3f29549fb54b77efc;hpb=8f94be14588c7a7ca0f483b649d7a7b5b5f45ae9;p=pulseview.git diff --git a/about.h b/about.h deleted file mode 100644 index 76c50653..00000000 --- a/about.h +++ /dev/null @@ -1,47 +0,0 @@ -/* - * This file is part of the PulseView project. - * - * Copyright (C) 2012 Joel Holdsworth - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * 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 - */ - -#ifndef ABOUT_H -#define ABOUT_H - -#include - -#include - -class QTextDocument; - -namespace Ui { -class About; -} - -class About : public QDialog -{ - Q_OBJECT - -public: - explicit About(QWidget *parent = 0); - ~About(); - -private: - Ui::About *ui; - std::auto_ptr supportedDoc; -}; - -#endif // ABOUT_H