include guards harmonized

This commit is contained in:
Uwe Rathmann 2020-12-11 15:16:50 +01:00
parent 95391139f9
commit 05cb42a7ea
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_META_FUNCTION_H #ifndef QSK_META_FUNCTION_H
#define QSK_META_FUNCTION_H 1 #define QSK_META_FUNCTION_H
#include "QskGlobal.h" #include "QskGlobal.h"

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_META_FUNCTION_HPP #ifndef QSK_META_FUNCTION_HPP
#define QSK_META_FUNCTION_HPP 1 #define QSK_META_FUNCTION_HPP
#include "QskGlobal.h" #include "QskGlobal.h"
#include <qobject.h> #include <qobject.h>

View File

@ -4,7 +4,7 @@
*****************************************************************************/ *****************************************************************************/
#ifndef QSK_META_INVOKABLE_H #ifndef QSK_META_INVOKABLE_H
#define QSK_META_INVOKABLE_H 1 #define QSK_META_INVOKABLE_H
#include "QskGlobal.h" #include "QskGlobal.h"