Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Contactos::Contactos(vector<Contact> a,QWidget *parent) :
  2. QDialog(parent),
  3. ui(new Ui::Contactos)
  4. {
  5. ui->setupUi(this);
  6. ui->listWidgetContactos->addItem(&a[0]);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement