Changeset 97 in tspsg-svn for trunk/src/qtwin.h


Ignore:
Timestamp:
Mar 3, 2010, 12:55:23 AM (14 years ago)
Author:
laleppa
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.
Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src

    • Property svn:ignore set to
      pch.h.cpp
  • 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 */
    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.