Changeset f19df0a3e5 in tspsg for src/qtwin.h
- Timestamp:
- Mar 3, 2010, 12:55:23 AM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- e2abfd326f
- Parents:
- 162d5c5f94
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/qtwin.h
r162d5c5f94 rf19df0a3e5 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.