Fixed some compiler warnings.

This commit is contained in:
lotodore
2007-11-07 14:11:57 +00:00
parent abdd751944
commit 5f5a3d90f5
5 changed files with 8 additions and 7 deletions
@@ -196,9 +196,9 @@ void selectAvatarDialogImpl::refreshAvatarView() {
}
}
void selectAvatarDialogImpl::toggleGroupBox1(bool toogleState) { if(groupBox->isChecked()) groupBox_2->setChecked(FALSE); }
void selectAvatarDialogImpl::toggleGroupBox1(bool /*toggleState*/) { if(groupBox->isChecked()) groupBox_2->setChecked(FALSE); }
void selectAvatarDialogImpl::toggleGroupBox2(bool toogleState) { if(groupBox_2->isChecked()) groupBox->setChecked(FALSE); }
void selectAvatarDialogImpl::toggleGroupBox2(bool /*toggleState*/) { if(groupBox_2->isChecked()) groupBox->setChecked(FALSE); }
QString selectAvatarDialogImpl::getAvatarLink() {