mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-02-26 12:53:41 +01:00
Fix warning
This commit is contained in:
parent
df132ea00f
commit
8ca08c4832
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user