aboutsummaryrefslogtreecommitdiff
path: root/libs/installer_omod/src/interop/QtDotNetConverters.h
blob: 6cca053329121d7474be8692539a25a615ad9df8 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

using namespace cli;

#include <QString>

QString toQString(System::String^ string);

System::String^ toDotNetString(const QString& qString);