summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-11 10:52:42 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-11 11:33:52 (GMT)
commit48257d751a76699e548e59b76fc79303ef328375 (patch)
treecba19d06bda6350460a710efd641f17503aed906 /src/corelib/io
parent2aaa0cd24c4cf34c2c0e953ef77ef846a64cd11a (diff)
downloadQt-48257d751a76699e548e59b76fc79303ef328375.zip
Qt-48257d751a76699e548e59b76fc79303ef328375.tar.gz
Qt-48257d751a76699e548e59b76fc79303ef328375.tar.bz2
Almost 200 symbols that didn't need to be exported.
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qsettings_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qsettings_p.h b/src/corelib/io/qsettings_p.h
index dd72fd9..93d07e0 100644
--- a/src/corelib/io/qsettings_p.h
+++ b/src/corelib/io/qsettings_p.h
@@ -146,7 +146,7 @@ inline QString QSettingsGroup::toString() const
return result;
}
-class Q_CORE_EXPORT QConfFile
+class QConfFile
{
public:
ParsedSettingsMap mergedKeyMap() const;