Changeset 97 in tspsg-svn for trunk/src/qtwin.h
Legend:
- Unmodified
- Added
- Removed
-
trunk/src
-
Property
svn:ignore
set to
pch.h.cpp
-
Property
svn:ignore
set to
-
trunk/src/qtwin.h
r92 r97 1 /* ***************************************************************************2 ** 3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 4 ** 5 ** Use, modification and distribution is allowed without limitation, 6 ** warranty, liability or support of any kind. 7 ** 8 ****************************************************************************/1 /*! 2 * \file qtwin.h 3 * 4 * \author Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies). 5 * 6 * Use, modification and distribution is allowed without limitation, 7 * warranty, liability or support of any kind. 8 */ 9 9 10 10 #ifndef QTWIN_H … … 13 13 #include <QColor> 14 14 #include <QWidget> 15 /**16 * This is a helper class for using the Desktop Window Manager17 * functionality on Windows 7 and Windows Vista. On other platforms18 * these functions will simply not do anything.19 */20 15 21 16 class WindowNotifier; 22 17 18 /*! 19 * This is a helper class for using the Desktop Window Manager 20 * functionality on Windows 7 and Windows Vista. On other platforms 21 * these functions will simply not do anything. 22 */ 23 23 class QtWin 24 24 {
Note: See TracChangeset
for help on using the changeset viewer.