Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Jan 23, 2025
1 parent 8ff6b42 commit 1c14272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/IgnoreDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class QDialogButtonBox;
class QTextEdit;

class IgnoreDialog : public QDialog {
Q_OBJECT
public:
IgnoreDialog(const QString &ignore, QWidget *parent = nullptr);
QString ignoreText() const;
Expand Down

0 comments on commit 1c14272

Please sign in to comment.