lowercase
[novacoin.git] / aboutdialog.cpp
1 #include "aboutdialog.h"
2
3 AboutDialog::AboutDialog(QWidget *parent) :
4     QDialog(parent)
5 {
6 }