swift
registermetadatacomponents.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2016 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 #include "gui/swiftguiexport.h"
7 
8 #ifndef SWIFT_GUI_COMPONENTS_REGISTERMETADATASIMULATION_H
9 # define SWIFT_GUI_COMPONENTS_REGISTERMETADATASIMULATION_H
10 
11 namespace swift::gui::components
12 {
15 } // namespace swift::gui::components
16 
17 #endif // SWIFT_GUI_COMPONENTS_REGISTERMETADATASIMULATION_H
High level reusable GUI components.
Definition: aboutdialog.cpp:13
void registerMetadata()
Register metadata for components.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.