bitcoin/AboutDialog.cpp

7 lines
94 B
C++
Raw Normal View History

2011-05-08 13:23:31 -07:00
#include "AboutDialog.h"
AboutDialog::AboutDialog(QWidget *parent) :
QDialog(parent)
{
}