Delete SignalEmitter.h

This commit is contained in:
rohithzmoi 2024-08-31 16:45:08 +05:30 committed by GitHub
parent 1371341037
commit 8472131095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 15 deletions

View File

@ -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