summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/dotnet/wrapper/lib/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/dotnet/wrapper/lib/tools.h')
-rw-r--r--examples/activeqt/dotnet/wrapper/lib/tools.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/activeqt/dotnet/wrapper/lib/tools.h b/examples/activeqt/dotnet/wrapper/lib/tools.h
deleted file mode 100644
index cd34f82..0000000
--- a/examples/activeqt/dotnet/wrapper/lib/tools.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (C) 2015 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
-#ifndef TOOLS_H
-#define TOOLS_H
-
-#using <mscorlib.dll>
-
-QT_BEGIN_NAMESPACE
-class QString;
-QT_END_NAMESPACE
-
-System::String *QStringToString(const QString &qstring);
-QString StringToQString(System::String *string);
-
-#endif // TOOLS_H