774ce89bed2d1e6123c25dee53e4c467505754d0
[irwi] / src / aboutdlg.cpp
1 #include "aboutdlg.h"
2
3 AboutDlg::AboutDlg(QWidget *parent)
4     : QDialog(parent)
5 {
6 }
7
8 AboutDlg::~AboutDlg()
9 {
10 }
11