Changeset f19df0a3e5 in tspsg for src/qtwin.h


Ignore:
Timestamp:
Mar 3, 2010, 12:55:23 AM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
e2abfd326f
Parents:
162d5c5f94
Message:

+ Added precompiled header (PCH) file: should decrease project build time.

  • Improved installation and deployment rules in .pro file.
  • Improved translucency effect under Windows Vista/7.
  • Slightly modified qtwin.h to be included into the source documentation.
  • Regenerated source documentation.
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 */
    99
    1010#ifndef QTWIN_H
     
    1313#include <QColor>
    1414#include <QWidget>
    15 /**
    16   * This is a helper class for using the Desktop Window Manager
    17   * functionality on Windows 7 and Windows Vista. On other platforms
    18   * these functions will simply not do anything.
    19   */
    2015
    2116class WindowNotifier;
    2217
     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 */
    2323class QtWin
    2424{
Note: See TracChangeset for help on using the changeset viewer.