swift
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 
9 {
10  CRawFsdMessagesDialog::CRawFsdMessagesDialog(QWidget *parent) : QDialog(parent), ui(new Ui::CRawFsdMessagesDialog)
11  {
12  ui->setupUi(this);
13  }
14 
16 } // namespace swift::gui::components
CRawFsdMessagesDialog(QWidget *parent=nullptr)
Constructor.
High level reusable GUI components.
Definition: aboutdialog.cpp:13