- Timestamp:
- May 16, 2014, 9:51:55 AM (11 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 163
- Property svn:mergeinfo changed
-
smplayer/trunk/src/qtsingleapplication/qtsingleapplication.cpp
r128 r165 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 4 ** All rights reserved. 5 ** 6 ** Contact: Nokia Corporation (qt-info@nokia.com) 7 ** 8 ** This file is part of a Qt Solutions component. 9 ** 3 ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). 4 ** Contact: http://www.qt-project.org/legal 5 ** 6 ** This file is part of the Qt Solutions component. 7 ** 8 ** $QT_BEGIN_LICENSE:BSD$ 10 9 ** You may use this file under the terms of the BSD license as follows: 11 10 ** … … 19 18 ** the documentation and/or other materials provided with the 20 19 ** distribution. 21 ** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor22 ** the names of its contributors may be used to endorse or promote23 ** products derived from this software without specific prior written24 ** permission.20 ** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names 21 ** of its contributors may be used to endorse or promote products derived 22 ** from this software without specific prior written permission. 23 ** 25 24 ** 26 25 ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS … … 36 35 ** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." 37 36 ** 37 ** $QT_END_LICENSE$ 38 ** 38 39 ****************************************************************************/ 39 40 … … 41 42 #include "qtsingleapplication.h" 42 43 #include "qtlocalpeer.h" 43 #include <Q tGui/QWidget>44 #include <QWidget> 44 45 45 46 … … 170 171 } 171 172 173 #if QT_VERSION < 0x050000 172 174 173 175 /*! … … 183 185 184 186 185 # if defined(Q_WS_X11)187 # if defined(Q_WS_X11) 186 188 /*! 187 189 Special constructor for X11, ref. the documentation of … … 221 223 sysInit(appId); 222 224 } 223 #endif 225 # endif // Q_WS_X11 226 #endif // QT_VERSION < 0x050000 224 227 225 228
Note:
See TracChangeset
for help on using the changeset viewer.