summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2014-11-22 22:50:16 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2014-11-22 23:15:19 +0100
commit721faa9486dc0a6d8b6e1f2214ae040a2264a2e3 (patch)
treef843d620a918b4fd2095661ee1c34f3c4884747d /src
parent0585be1fe38474e07d72f920e63c23d0252b00fe (diff)
downloadqtserialport-721faa9486dc0a6d8b6e1f2214ae040a2264a2e3.tar.gz
Remove macroes that was added for Qt4 compatibility
An extra-definitions of Q_DECL_OVERRIDE, QStringLiteral and Q_NULLPTR macroes are not need anymore, since it was need previously only to Qt4 compatibility. Change-Id: Ie773dce1606e04107fbe58f99650f30486553d8e Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/serialport/qserialportglobal.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/serialport/qserialportglobal.h b/src/serialport/qserialportglobal.h
index b984593..ee45d18 100644
--- a/src/serialport/qserialportglobal.h
+++ b/src/serialport/qserialportglobal.h
@@ -50,18 +50,6 @@ QT_BEGIN_NAMESPACE
# define Q_SERIALPORT_EXPORT
#endif
-#ifndef Q_DECL_OVERRIDE
-#define Q_DECL_OVERRIDE
-#endif
-
-#ifndef QStringLiteral
-#define QStringLiteral(str) QString::fromUtf8(str)
-#endif
-
-#ifndef Q_NULLPTR
-#define Q_NULLPTR NULL
-#endif
-
QT_END_NAMESPACE
#endif // QSERIALPORTGLOBAL_H