X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmsgprocessorstatuswidget.h;h=47883bc1f5b1493837d17e12d51c641bc2d665cb;hp=b29f671b562e75d1098fd140c4b749223d00343d;hb=e56629542168c203cac8504085fc96c7f7b73d90;hpb=5bd4e3fcf31a7a337f91b3bba86bd237aa5e7ed6 diff --git a/src/qtui/msgprocessorstatuswidget.h b/src/qtui/msgprocessorstatuswidget.h index b29f671b..47883bc1 100644 --- a/src/qtui/msgprocessorstatuswidget.h +++ b/src/qtui/msgprocessorstatuswidget.h @@ -1,39 +1,41 @@ /*************************************************************************** -* Copyright (C) 2005-09 by the Quassel Project * -* devel@quassel-irc.org * -* * -* 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) version 3. * -* * -* 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., * -* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * -***************************************************************************/ + * Copyright (C) 2005-2015 by the Quassel Project * + * devel@quassel-irc.org * + * * + * 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) version 3. * + * * + * 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 Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ #ifndef MSGPROCESSORSTATUSWIDGET_H_ #define MSGPROCESSORSTATUSWIDGET_H_ #include "ui_msgprocessorstatuswidget.h" -class MsgProcessorStatusWidget : public QWidget { - Q_OBJECT +class MsgProcessorStatusWidget : public QWidget +{ + Q_OBJECT public: - MsgProcessorStatusWidget(QWidget *parent = 0); + MsgProcessorStatusWidget(QWidget *parent = 0); public slots: - void setProgress(int value, int max); + void setProgress(int value, int max); private: - Ui::MsgProcessorStatusWidget ui; + Ui::MsgProcessorStatusWidget ui; }; + #endif