Rename some include guards (#7924)

---------

Co-authored-by: Sotonye Atemie <sakertooth@gmail.com>
This commit is contained in:
Andrew Wiltshire
2025-06-01 17:19:34 +01:00
committed by GitHub
parent fd1a4c1b6e
commit 2747b402a0
3 changed files with 10 additions and 9 deletions

View File

@@ -22,8 +22,8 @@
*
*/
#ifndef LMMS_FILE_REVEALER_H
#define LMMS_FILE_REVEALER_H
#ifndef LMMS_GUI_FILE_REVEALER_H
#define LMMS_GUI_FILE_REVEALER_H
#include <QFileInfo>
@@ -74,4 +74,5 @@ protected:
};
} // namespace lmms::gui
#endif // LMMS_FILE_REVEALER_H
#endif // LMMS_GUI_FILE_REVEALER_H

View File

@@ -22,8 +22,8 @@
*
*/
#ifndef LMMS_FONT_HELPER_H
#define LMMS_FONT_HELPER_H
#ifndef LMMS_GUI_FONT_HELPER_H
#define LMMS_GUI_FONT_HELPER_H
#include <QApplication>
#include <QFont>
@@ -44,4 +44,4 @@ inline QFont adjustedToPixelSize(QFont font, int size)
} // namespace lmms::gui
#endif // LMMS_FONT_HELPER_H
#endif // LMMS_GUI_FONT_HELPER_H

View File

@@ -23,8 +23,8 @@
*/
#ifndef SIMPLE_TEXT_FLOAT_H
#define SIMPLE_TEXT_FLOAT_H
#ifndef LMMS_GUI_SIMPLE_TEXT_FLOAT_H
#define LMMS_GUI_SIMPLE_TEXT_FLOAT_H
#include <QWidget>
@@ -64,4 +64,4 @@ private:
} // namespace lmms::gui
#endif
#endif // LMMS_GUI_SIMPLE_TEXT_FLOAT_H