0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00
bitcoin-bitcoin-core/aboutdialog.h
Wladimir J. van der Laan df577886e4 rename to qt standard
2011-05-12 14:44:52 +02:00

18 lines
224 B
C++

#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