mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
7 lines
94 B
C++
7 lines
94 B
C++
|
|
#include "AboutDialog.h"
|
||
|
|
|
||
|
|
AboutDialog::AboutDialog(QWidget *parent) :
|
||
|
|
QDialog(parent)
|
||
|
|
{
|
||
|
|
}
|