Convert to pragma once

This commit is contained in:
Jack Andersen
2018-10-06 17:40:25 -10:00
parent 4c7971f53a
commit dbd48a39cc
58 changed files with 58 additions and 174 deletions

View File

@@ -1,5 +1,4 @@
#ifndef AMUSE_NEW_SOUND_MACRO_DIALOG_HPP
#define AMUSE_NEW_SOUND_MACRO_DIALOG_HPP
#pragma once
#include <QDialog>
#include <QLineEdit>
@@ -25,4 +24,3 @@ public:
const SoundMacroTemplateEntry* getSelectedTemplate() const;
};
#endif // AMUSE_NEW_SOUND_MACRO_DIALOG_HPP