summaryrefslogtreecommitdiffstats
path: root/src/core/type_conversion.h
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2016-04-06 12:56:00 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2016-04-06 17:37:15 +0000
commitc37ce122ed0421b39a84eb5c9042964863219031 (patch)
treee10316e343c055e965587d50e683ab6b1cbb2d1a /src/core/type_conversion.h
parenta3551e266843ce007c71a2dffdd9a2df22001ae1 (diff)
Fix disabling spell checker support
Change-Id: I46805d8956815e4d691afd05a69ff16d6a86ad6b Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com>
Diffstat (limited to 'src/core/type_conversion.h')
-rw-r--r--src/core/type_conversion.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/type_conversion.h b/src/core/type_conversion.h
index 8789cf2b7..84f91ec3e 100644
--- a/src/core/type_conversion.h
+++ b/src/core/type_conversion.h
@@ -254,7 +254,6 @@ inline std::vector<T> toVector(const QStringList &fileList)
int flagsFromModifiers(Qt::KeyboardModifiers modifiers);
-#if defined(ENABLE_SPELLCHECK)
inline QStringList fromVector(const std::vector<base::string16> &vector)
{
QStringList result;
@@ -263,7 +262,6 @@ inline QStringList fromVector(const std::vector<base::string16> &vector)
}
return result;
}
-#endif
FaviconInfo toFaviconInfo(const content::FaviconURL &);