swift
otherswiftversionsdialog.cpp
1 // SPDX-FileCopyrightText: Copyright (C) 2018 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #include "ui_otherswiftversionsdialog.h"
7 
9 {
11  : QDialog(parent), ui(new Ui::COtherSwiftVersionsDialog)
12  {
13  ui->setupUi(this);
14  }
15 
17 } // namespace swift::gui::components
COtherSwiftVersionsDialog(QWidget *parent=nullptr)
Constructor.
High level reusable GUI components.
Definition: aboutdialog.cpp:13