Add namespace prefix to include guards

This commit is contained in:
Dalton Messmer
2023-01-02 19:51:32 -05:00
parent 79def0c3b5
commit fe6df8dbaf
280 changed files with 645 additions and 761 deletions

View File

@@ -23,9 +23,8 @@
*
*/
#ifndef EXPORT_PROJECT_DIALOG_H
#define EXPORT_PROJECT_DIALOG_H
#ifndef LMMS_GUI_EXPORT_PROJECT_DIALOG_H
#define LMMS_GUI_EXPORT_PROJECT_DIALOG_H
#include <QDialog>
#include <memory>