summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreapplication_p.h
diff options
context:
space:
mode:
authormae <qt-info@nokia.com>2011-05-02 11:56:03 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2011-05-10 12:54:53 +0200
commit42452a32bfea29bf8176d19442f6e3c890c2b7e2 (patch)
treeccf32bee3dba2a6bf3d40ec44667b9032e4bd0df /src/corelib/kernel/qcoreapplication_p.h
parentc0da3003df9e0a70121e10dc6fa9ae54cf13ecfe (diff)
Fix regression with QSettings patch
The plugin loader is used without QCoreApplication. This fixes 31ef8fa6abc2ea23c6f0a996b36494d88aafb0b5 (cherry picked from commit 988871dabf3c949ffc71d126131281a3ae641ebf)
Diffstat (limited to 'src/corelib/kernel/qcoreapplication_p.h')
-rw-r--r--src/corelib/kernel/qcoreapplication_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qcoreapplication_p.h b/src/corelib/kernel/qcoreapplication_p.h
index 937a101085..5079e4681c 100644
--- a/src/corelib/kernel/qcoreapplication_p.h
+++ b/src/corelib/kernel/qcoreapplication_p.h
@@ -142,7 +142,7 @@ public:
#if defined(QT3_SUPPORT)
static bool useQt3Support;
#endif
- static QSettings *trolltechConf;
+ static QSettings *trolltechConf();
};
QT_END_NAMESPACE