pgLab/pglab/About.h
eelke c874b297c1 Add about dialog to File menu of the connection manager.
Make the contents of the dialog more accurate and include a link to the releasenotes file.
2022-09-04 09:19:03 +02:00

5 lines
73 B
C

#pragma once
#include <QWidget>
void ShowAboutDialog(QWidget *parent);