added version identifier to about dialog

This commit is contained in:
itsmattkc
2019-03-06 11:10:45 -08:00
parent a71e8b41da
commit 5eae8b4806
2 changed files with 30 additions and 24 deletions
+2 -2
View File
@@ -25,10 +25,10 @@
class AboutDialog : public QDialog
{
Q_OBJECT
Q_OBJECT
public:
explicit AboutDialog(QWidget *parent = 0);
explicit AboutDialog(QWidget *parent = nullptr);
};
#endif // ABOUTDIALOG_H