X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fwidgets%2Fdecodergroupbox.cpp;h=26805c87112485f7092ff77ccad3aa1b27a5c238;hb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;hp=81e5e90218cce848366d6021ec32c83c557ba2d0;hpb=ff59fa2c05db46e78c7fd0240223664fe0b2ad9b;p=pulseview.git diff --git a/pv/widgets/decodergroupbox.cpp b/pv/widgets/decodergroupbox.cpp index 81e5e90..26805c8 100644 --- a/pv/widgets/decodergroupbox.cpp +++ b/pv/widgets/decodergroupbox.cpp @@ -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 . */ #include "decodergroupbox.hpp" @@ -25,7 +24,7 @@ #include #include -#include +#include namespace pv { namespace widgets { @@ -38,8 +37,7 @@ DecoderGroupBox::DecoderGroupBox(QString title, QWidget *parent, bool isDeletabl layout_->setContentsMargins(0, 0, 0, 0); setLayout(layout_); - layout_->addWidget(new QLabel(QString("

%1

").arg(title)), - 0, 0); + layout_->addWidget(new QLabel(QString("

%1

").arg(title)), 0, 0); layout_->setColumnStretch(0, 1); QHBoxLayout *const toolbar = new QHBoxLayout; @@ -75,5 +73,5 @@ void DecoderGroupBox::set_decoder_visible(bool visible) ":/icons/decoder-hidden.svg")); } -} // widgets -} // pv +} // namespace widgets +} // namespace pv