Play-/Source/ui_qt/QStringUtils.h

8 lines
142 B
C
Raw Permalink Normal View History

#pragma once
#include <QString>
2019-10-16 20:51:11 -04:00
#include "filesystem_def.h"
2019-10-16 20:51:11 -04:00
fs::path QStringToPath(const QString&);
QString PathToQString(const fs::path&);