From 5ee08d99ed67ec609ae45bff3268357c9eb45c96 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Aug 2013 16:52:06 -0500 Subject: [PATCH] Automated update from Qt3 --- src/kernel/qapplication.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp index 210f2aa1..99bc5c59 100644 --- a/src/kernel/qapplication.cpp +++ b/src/kernel/qapplication.cpp @@ -1097,6 +1097,9 @@ void TQApplication::initialize( int argc, char **argv, bool enable_sm ) session_key = new TQString; session_manager = new TQSessionManager( tqApp, session_id, *session_key ); } + else { + session_manager = 0; + } #endif }