dogecoin/aboutdialog.cpp

7 lines
94 B
C++
Raw Normal View History

2011-05-12 14:49:42 +02:00
#include "aboutdialog.h"
2011-05-08 22:23:31 +02:00
AboutDialog::AboutDialog(QWidget *parent) :
QDialog(parent)
{
}