GrOOm  0.2
BTS SNIR LaSalle Avignon 2020
communicationbluetooth.cpp
Aller à la documentation de ce fichier.
2 #include "ui_communicationbluetooth.h"
3 
5  QDialog(parent),
7 {
8  qDebug() << Q_FUNC_INFO;
9  ui->setupUi(this);
10 }
11 
13 {
14  delete ui;
15  qDebug() << Q_FUNC_INFO;
16 }
Definition: bdd.h:6
CommunicationBluetooth(QWidget *parent=nullptr)
Constructeur classe CommunicationBluetooth.
Ui::CommunicationBluetooth * ui
Class permettant de mettre en place une communication bluetooth.
~CommunicationBluetooth()
Destructeur classe CommunicationBluetooth.