mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-04 02:44:16 +00:00
7 lines
94 B
C++
7 lines
94 B
C++
#include "AboutDialog.h"
|
|
|
|
AboutDialog::AboutDialog(QWidget *parent) :
|
|
QDialog(parent)
|
|
{
|
|
}
|