swift
samplesmetadata.cpp
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
6 
7 #include "samplesmetadata.h"
8 
9 #include <stdio.h>
10 
11 #include <QTextStream>
12 
13 #include "misc/metadatautils.h"
14 #include "misc/registermetadata.h"
15 
16 namespace swift::sample
17 {
19  {
20  QTextStream cin(stdin);
21  QTextStream cout(stdout);
24 
25  cin.readLine();
26  cout << "------- Enter --------" << Qt::endl;
27  return 0;
28  }
29 
30 } // namespace swift::sample
static int samples()
Run the samples.
void registerMetadata()
Register all relevant metadata in Misc.
void displayAllUserMetatypesTypes(QTextStream &out)
Display all user metatypes.