Play-/Source/ui_qt/QStringUtils.h
2019-10-23 20:48:46 -04:00

7 lines
142 B
C

#pragma once
#include <QString>
#include "filesystem_def.h"
fs::path QStringToPath(const QString&);
QString PathToQString(const fs::path&);