From d3fdc132fe67806fe4a5ab73c43effa281c6d8a2 Mon Sep 17 00:00:00 2001 From: Xizhi Zhu Date: Mon, 23 Jan 2012 21:21:40 +0100 Subject: Remove Symbian specific code from QtCore. Change-Id: I131303e28a12dccb96de3de4ca0073b389a9bbae Reviewed-by: Lars Knoll --- src/corelib/io/qfilesystementry_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/io/qfilesystementry_p.h') diff --git a/src/corelib/io/qfilesystementry_p.h b/src/corelib/io/qfilesystementry_p.h index c7292abab2..4b99d65c19 100644 --- a/src/corelib/io/qfilesystementry_p.h +++ b/src/corelib/io/qfilesystementry_p.h @@ -56,7 +56,7 @@ #include #include -#if defined(Q_OS_WIN) || defined(Q_OS_SYMBIAN) +#if defined(Q_OS_WIN) #define QFILESYSTEMENTRY_NATIVE_PATH_IS_UTF16 #endif @@ -93,7 +93,7 @@ public: bool isRelative() const; bool isClean() const; -#if defined(Q_OS_WIN) || defined(Q_OS_SYMBIAN) +#if defined(Q_OS_WIN) bool isDriveRoot() const; #endif bool isRoot() const; -- cgit v1.2.3