swift
src
gui
components
rawfsdmessagesdialog.cpp
1
// SPDX-FileCopyrightText: Copyright (C) 2017 swift Project Community / Contributors
2
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3
4
#include "
rawfsdmessagesdialog.h
"
5
6
#include "ui_rawfsdmessagesdialog.h"
7
8
namespace
swift::gui::components
9
{
10
CRawFsdMessagesDialog::CRawFsdMessagesDialog
(QWidget *parent) : QDialog(parent), ui(new Ui::
CRawFsdMessagesDialog
)
11
{
12
ui->setupUi(
this
);
13
}
14
15
CRawFsdMessagesDialog::~CRawFsdMessagesDialog
() {}
16
}
// namespace swift::gui::components
swift::gui::components::CRawFsdMessagesDialog
CRawFsdMessageComponent as dialog.
Definition:
rawfsdmessagesdialog.h:23
swift::gui::components::CRawFsdMessagesDialog::CRawFsdMessagesDialog
CRawFsdMessagesDialog(QWidget *parent=nullptr)
Constructor.
Definition:
rawfsdmessagesdialog.cpp:10
swift::gui::components::CRawFsdMessagesDialog::~CRawFsdMessagesDialog
virtual ~CRawFsdMessagesDialog()
Destructor.
Definition:
rawfsdmessagesdialog.cpp:15
swift::gui::components
High level reusable GUI components.
Definition:
aboutdialog.cpp:13
rawfsdmessagesdialog.h
Generated on Mon Mar 24 2025 16:42:20 for swift by
1.9.1