mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-10 05:58:00 +00:00
Integrate undo infrastructure with SoundMacroEditor
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
#include <QDir>
|
||||
#include <QMessageBox>
|
||||
|
||||
class MainWindow;
|
||||
extern MainWindow* g_MainWindow;
|
||||
|
||||
class UIMessenger : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -38,4 +41,5 @@ 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