Skip to content

Commit

Permalink
add missing Q_OBJECT
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Jun 15, 2024
1 parent 684d6dd commit b494c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dialogs/AmendDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ struct AmendInfo {
};

class AmendDialog : public QDialog {
Q_OBJECT
public:
AmendDialog(const git::Signature &author, const git::Signature &committer,
const QString &commitMessage, QWidget *parent = nullptr);
Expand Down

0 comments on commit b494c28

Please sign in to comment.