mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Fix warning
This commit is contained in:
@@ -103,7 +103,7 @@ SettingsDialog::~SettingsDialog()
|
||||
if ( ui->jabberUsername->text() != s->jabberUsername() ||
|
||||
ui->jabberPassword->text() != s->jabberPassword() ||
|
||||
ui->jabberServer->text() != s->jabberServer() ||
|
||||
ui->jabberPort->value() != s->jabberPort()
|
||||
(uint)(ui->jabberPort->value()) != s->jabberPort()
|
||||
)
|
||||
{
|
||||
rejabber = true;
|
||||
|
Reference in New Issue
Block a user