mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-10 05:58:00 +00:00
Work on SoundMacroEditor
This commit is contained in:
@@ -33,4 +33,9 @@ QString SysStringToQString(const boo::SystemString& str);
|
||||
bool MkPath(const QString& path, UIMessenger& messenger);
|
||||
bool MkPath(const QDir& dir, const QString& file, UIMessenger& messenger);
|
||||
|
||||
static QLatin1String StringViewToQString(std::string_view sv)
|
||||
{
|
||||
return QLatin1String(sv.data(), int(sv.size()));
|
||||
}
|
||||
|
||||
#endif //AMUSE_COMMON_HPP
|
||||
|
||||
Reference in New Issue
Block a user