mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-10 05:58:00 +00:00
Initial KeymapEditor implementation
This commit is contained in:
@@ -44,5 +44,7 @@ static QLatin1String StringViewToQString(std::string_view sv)
|
||||
return QLatin1String(sv.data(), int(sv.size()));
|
||||
}
|
||||
|
||||
/* Used for generating transform matrices to map SVG coordinate space */
|
||||
QTransform RectToRect(const QRectF& from, const QRectF& to);
|
||||
|
||||
#endif //AMUSE_COMMON_HPP
|
||||
|
||||
Reference in New Issue
Block a user