Skip to content
Snippets Groups Projects
Commit bb67b7fd authored by Jérémy Quentin's avatar Jérémy Quentin
Browse files

Dialpad works.

parent 8c5df659
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
#include "Dialpad.h"
#include <QLabel>
#include <QDebug>
Dialpad::Dialpad(QWidget *parent)
: QWidget(parent)
......@@ -68,6 +69,8 @@ Dialpad::Dialpad(QWidget *parent)
gridLayout->addWidget(pushButton_etoile, 3, 2);
fillButtons();
QMetaObject::connectSlotsByName(this);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment