Skip to content

Commit

Permalink
Remove redundant default constructor for DlgErrorReportAbstractBase
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell committed Dec 10, 2016
1 parent d1d2281 commit a6b745a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Dlg/DlgErrorReportAbstractBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class DlgErrorReportAbstractBase : public QDialog
void saveFile (const QString &xml) const;

private:
DlgErrorReportAbstractBase ();

};

Expand Down

0 comments on commit a6b745a

Please sign in to comment.