mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-10 05:58:00 +00:00
Lots of foundational work for Amuse editor
This commit is contained in:
14
Editor/Common.hpp
Normal file
14
Editor/Common.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef AMUSE_COMMON_HPP
|
||||
#define AMUSE_COMMON_HPP
|
||||
|
||||
#include "boo/System.hpp"
|
||||
#include <QString>
|
||||
#include <QDir>
|
||||
|
||||
boo::SystemString QStringToSysString(const QString& str);
|
||||
QString SysStringToQString(const boo::SystemString& str);
|
||||
|
||||
bool MkPath(const QString& path, QWidget* parent);
|
||||
bool MkPath(const QDir& dir, const QString& file, QWidget* parent);
|
||||
|
||||
#endif //AMUSE_COMMON_HPP
|
||||
Reference in New Issue
Block a user