Delete SignalEmitter.h
This commit is contained in:
parent
1371341037
commit
8472131095
|
|
@ -1,15 +0,0 @@
|
||||||
#ifndef SIGNALEMITTER_H
|
|
||||||
#define SIGNALEMITTER_H
|
|
||||||
|
|
||||||
#include <QObject>
|
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
class SignalEmitter : public QObject {
|
|
||||||
Q_OBJECT
|
|
||||||
public:
|
|
||||||
explicit SignalEmitter(QObject *parent = nullptr);
|
|
||||||
signals:
|
|
||||||
void firstNameChanged(const QString &firstName);
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // SIGNALEMITTER_H
|
|
||||||
Loading…
Reference in New Issue