Remove unnecessary extra indentation in the EXPORT macros
Change-Id: I54585fa7e38ea1984018c5cbff9bc4626016bace Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
413c8841aa
commit
7ef395224e
@ -481,7 +481,7 @@ class QDataStream;
|
||||
#if defined(QT_SHARED) || !defined(QT_STATIC)
|
||||
# ifdef QT_STATIC
|
||||
# error "Both QT_SHARED and QT_STATIC defined, please make up your mind"
|
||||
# else
|
||||
# endif
|
||||
# ifndef QT_SHARED
|
||||
# define QT_SHARED
|
||||
# endif
|
||||
@ -505,7 +505,6 @@ class QDataStream;
|
||||
# else
|
||||
# define Q_NETWORK_EXPORT Q_DECL_IMPORT
|
||||
# endif
|
||||
# endif
|
||||
#else
|
||||
# define Q_CORE_EXPORT
|
||||
# define Q_GUI_EXPORT
|
||||
|
Loading…
Reference in New Issue
Block a user