mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2021-01-20 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDLogIcons::userType()' method. * Added a 'RDUser::Type' enumeration. * Added a 'RDUser::type()' method. * Added a 'RDUserListModel' class. * Refactored the 'List Users' dialog in rdadmin(1) to use the model-based API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -658,11 +658,11 @@ void EditUser::okData()
|
||||
user_user->setEditPodcast(user_edit_podcast_button->isChecked());
|
||||
user_user->setDeletePodcast(user_delete_podcast_button->isChecked());
|
||||
|
||||
done(0);
|
||||
done(true);
|
||||
}
|
||||
|
||||
|
||||
void EditUser::cancelData()
|
||||
{
|
||||
done(-1);
|
||||
done(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user