]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/QAboutDialog.C
Strip trailing whitespace.
[lyx.git] / src / frontends / qt2 / QAboutDialog.C
1 /**
2  * \file QAboutDialog.C
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author Kalle Dalheimer
7  *
8  * Full author contact details are available in file CREDITS
9  */
10
11 #include <config.h>
12
13
14 #include "QAboutDialog.h"
15
16
17 QAboutDialog::QAboutDialog(QWidget * parent, char const * name,
18                            bool modal, WFlags fl)
19     : QAboutDialogBase(parent, name, modal, fl)
20 {
21 }
22
23
24 QAboutDialog::~QAboutDialog()
25 {
26 }