summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-11-21 23:03:52 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-11-21 23:03:52 (GMT)
commit38fbde49ec4ff77708237d768581a47e6dd7d553 (patch)
treef1f98389faa7cc5d0312c104a682b5f29f0dd182 /Swift/QtUI/QtJoinMUCDialog.cpp
parent18dd39bff0426b6f2cd77395a61faf8fa3108a83 (diff)
downloadswift-38fbde49ec4ff77708237d768581a47e6dd7d553.zip
swift-38fbde49ec4ff77708237d768581a47e6dd7d553.tar.bz2
Removing compiler warnings.
Swiften and Swift now build with no compiler warnings for me on Snow Leopard.
Diffstat (limited to 'Swift/QtUI/QtJoinMUCDialog.cpp')
-rw-r--r--Swift/QtUI/QtJoinMUCDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtJoinMUCDialog.cpp b/Swift/QtUI/QtJoinMUCDialog.cpp
index b6f5814..77879ee 100644
--- a/Swift/QtUI/QtJoinMUCDialog.cpp
+++ b/Swift/QtUI/QtJoinMUCDialog.cpp
@@ -3,7 +3,7 @@
namespace Swift {
-QtJoinMUCDialog::QtJoinMUCDialog(const QString& nick, const QString& muc, QWidget* parent) : QDialog(parent) {
+QtJoinMUCDialog::QtJoinMUCDialog(const QString&, const QString&, QWidget* parent) : QDialog(parent) {
setupUi(this);
errorLabel_->hide();
setAttribute(Qt::WA_DeleteOnClose, true);