From 0bd2db205035d4da9a93eb41dee126bf502eb44d Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Sat, 22 Feb 2014 14:01:44 +0000 Subject: Clean up format slightly Change-Id: I7133dbb4b8e24405fe585d8e2011666b9731971d diff --git a/Swift/QtUI/QtSubscriptionRequestWindow.cpp b/Swift/QtUI/QtSubscriptionRequestWindow.cpp index 7c1577b..460366b 100644 --- a/Swift/QtUI/QtSubscriptionRequestWindow.cpp +++ b/Swift/QtUI/QtSubscriptionRequestWindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Kevin Smith + * Copyright (c) 2010-2014 Kevin Smith * Licensed under the GNU General Public License v3. * See Documentation/Licenses/GPLv3.txt for more information. */ @@ -11,11 +11,11 @@ #include #include -#include "Swift/QtUI/QtSwiftUtil.h" +#include namespace Swift { QtSubscriptionRequestWindow::QtSubscriptionRequestWindow(boost::shared_ptr event, QWidget* parent) : QDialog(parent), event_(event) { - QString text = QString(tr("%1 would like to add you to their contact list.")).arg(event->getJID().toString().c_str()); + QString text = QString(tr("%1 would like to add you to their contact list.")).arg(P2QSTRING(event->getJID().toString())); QVBoxLayout* layout = new QVBoxLayout(); QLabel* label = new QLabel(text, this); layout->addWidget(label); @@ -46,7 +46,7 @@ QtSubscriptionRequestWindow::QtSubscriptionRequestWindow(boost::shared_ptraddWidget(new QLabel); layout->addLayout(buttonLayout); layout->addWidget(new QLabel); - QLabel *footer = new QLabel(tr("(If you choose to defer this choice, you will be asked again when you next login.)")); + QLabel* footer = new QLabel(tr("(If you choose to defer this choice, you will be asked again when you next login.)")); layout->addWidget(footer); } -- cgit v0.10.2-6-g49f6