mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Issue #77 Style
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user