summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qstring.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/tools/qstring.h b/src/corelib/tools/qstring.h
index c10af450b3..de973a82fb 100644
--- a/src/corelib/tools/qstring.h
+++ b/src/corelib/tools/qstring.h
@@ -148,10 +148,6 @@ template<int n> struct QConstStringData
# define QStringLiteral(str) QLatin1String(str)
#endif
-#ifndef QT_NO_KEYWORDS
-#define qs(str) QStringLiteral(str)
-#endif
-
class Q_CORE_EXPORT QString
{
public: