0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-04 10:07:27 -05:00
bitcoin-bitcoin-core/AboutDialog.h

19 lines
224 B
C
Raw Normal View History

2011-05-08 22:23:31 +02:00
#ifndef ABOUTDIALOG_H
#define ABOUTDIALOG_H
#include <QDialog>
class AboutDialog : public QDialog
{
Q_OBJECT
public:
explicit AboutDialog(QWidget *parent = 0);
signals:
public slots:
};
#endif // ABOUTDIALOG_H