Changeset 162d5c5f94 in tspsg for src/qtwin.cpp


Ignore:
Timestamp:
Mar 1, 2010, 2:13:23 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
f19df0a3e5
Parents:
278bc7818f
Message:
  • Fixed some wrong defines that prevented successful compilation under *nix.
  • Renamed i18n to l10n to follow common standards.
  • Translation and documentation paths are now synchronized between .pro and source.
  • Moved some versioning information to .pro file.
  • Updated translations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/qtwin.cpp

    r278bc7818f r162d5c5f94  
    115115{
    116116    Q_ASSERT(widget);
     117    Q_UNUSED(widget);
     118    Q_UNUSED(enable);
    117119    bool result = false;
    118120#ifdef Q_WS_WIN
     
    151153
    152154    Q_ASSERT(widget);
     155    Q_UNUSED(widget);
    153156    Q_UNUSED(left);
    154157    Q_UNUSED(top);
Note: See TracChangeset for help on using the changeset viewer.