Update translation files
[vlc-remote] / newaccountdialog.cpp
index 8547129..3a3acd3 100644 (file)
@@ -1,5 +1,5 @@
 /*   VLC-REMOTE for MAEMO 5
-*   Copyright (C) 2010 Schutz Sacha <istdasklar@gmail.com>, Dru Moore <usr@dru-id.co.uk>
+*   Copyright (C) 2010 Schutz Sacha <istdasklar@gmail.com>, Dru Moore <usr@dru-id.co.uk>, Yann Nave <yannux@onbebop.net>
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License version 2,
 *   or (at your option) any later version, as published by the Free
@@ -23,6 +23,7 @@
 
 NewAccountDialog::NewAccountDialog(QWidget *parent)
 {
+    Q_UNUSED(parent);
     this->setWindowTitle(tr("Add account"));
 
     mKeyLineEdit = new QLineEdit;
@@ -75,6 +76,7 @@ void NewAccountDialog::save()
 
 void NewAccountDialog::edit(QString &key, QString &ip)
 {
+    Q_UNUSED(ip);
     this->setWindowTitle(tr("Edit account"));
 
     QSettings settings;