Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed Jan 12, 2020
1 parent 5609988 commit 0167143
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sgreader/licencedialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,13 @@ class LicenceDialog : public QDialog {
* Constructor, constructs a new licence dialog
* @param parent Parent widget
* @param appname Name of the application, used in the title bar and licence
* @param showPkwareLicence Determines whether to show the licence
* for the pkware decompression class
*/
LicenceDialog(QWidget *parent, const QString & appname);

private:
QString getLicenceText();

QString appname;
bool showPkwareLicence;
};

#endif /* LICENCEDIALOG_H */

0 comments on commit 0167143

Please sign in to comment.