Make the contents of the dialog more accurate and include a link to the releasenotes file.
5 lines
73 B
C
5 lines
73 B
C
#pragma once
|
|
|
|
#include <QWidget>
|
|
|
|
void ShowAboutDialog(QWidget *parent);
|