diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-15 16:52:06 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-15 16:52:06 -0500 |
commit | 5ee08d99ed67ec609ae45bff3268357c9eb45c96 (patch) | |
tree | 523d4e4f90f94bd4924f27dbb6ac754dc0ebc77b /src/kernel/qapplication.cpp | |
parent | 097eb253b8c8a2a5d3ae864f152ff50006995ec5 (diff) | |
download | tqt3-5ee08d99ed67ec609ae45bff3268357c9eb45c96.tar.gz tqt3-5ee08d99ed67ec609ae45bff3268357c9eb45c96.zip |
Automated update from Qt3
Diffstat (limited to 'src/kernel/qapplication.cpp')
-rw-r--r-- | src/kernel/qapplication.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp index 210f2aa1f..99bc5c598 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 } |