Issue #77 Style

This commit is contained in:
Mat Sutcliffe
2020-08-23 19:59:44 +01:00
parent d8ae23c2c5
commit 0c78c187f8
21 changed files with 34 additions and 40 deletions

View File

@@ -8,14 +8,14 @@
//! \file
#ifndef BLACKSOUND_MACROS_H
#define BLACKSOUND_MACROS_H
#ifndef BLACKSOUND_BLACKSOUNDEXPORT_H
#define BLACKSOUND_BLACKSOUNDEXPORT_H
#include <QtGlobal>
/*!
* \def BLACKSOUND_EXPORT
* BlackSound Export Macro
* Export a class or function from the library
*/
#ifndef WITH_STATIC
@@ -28,4 +28,4 @@
# define BLACKSOUND_EXPORT
#endif
#endif // BLACKSOUND_MACROS_H
#endif // guard