summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-10-05 07:49:53 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-10-05 09:49:56 (GMT)
commit5850ba16e9905677af58461bb5efc7fcb43a976a (patch)
tree9ffb6872902109c2c1c40a6c765e5bda252828be
parent251459d24af17d173937820e8f20ef30ed448f6f (diff)
downloadQt-5850ba16e9905677af58461bb5efc7fcb43a976a.zip
Qt-5850ba16e9905677af58461bb5efc7fcb43a976a.tar.gz
Qt-5850ba16e9905677af58461bb5efc7fcb43a976a.tar.bz2
Compile on Visual Studio 2003
Don't add export declaration for the definition of the variable. Reviewed-by: Gunnar (cherry picked from commit 1aaa11708eb0f8281e6de2c4ea6f04e5d38813e0)
-rw-r--r--src/corelib/kernel/qmath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qmath.cpp b/src/corelib/kernel/qmath.cpp
index 24bec4a..7c1e726 100644
--- a/src/corelib/kernel/qmath.cpp
+++ b/src/corelib/kernel/qmath.cpp
@@ -43,7 +43,7 @@
QT_BEGIN_NAMESPACE
-Q_CORE_EXPORT const qreal qt_sine_table[QT_SINE_TABLE_SIZE] = {
+const qreal qt_sine_table[QT_SINE_TABLE_SIZE] = {
0.0,
0.024541228522912288,
0.049067674327418015,