Changeset 97e90f9be6 in tspsg for src/globals.cpp


Ignore:
Timestamp:
Oct 3, 2010, 2:01:00 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:
88a59e4d65
Parents:
0007f69c46
git-author:
Oleksii Serdiuk <contacts@…> (10/03/10 14:01:00)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:57)
Message:

+ Added support for Simulator from Nokia Qt SDK

  • Made some Maemo related tweaks
  • Removed ids for unsupported OSs from os.h (i.e., MSDOS, OS/2)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/globals.cpp

    r0007f69c46 r97e90f9be6  
    2424#include "globals.h"
    2525
    26 #ifdef Q_OS_WIN32
     26#ifdef Q_WS_WIN32
    2727void toggleStyle(QWidget *widget, bool enable)
    2828{
     
    3333        }
    3434}
    35 #endif // Q_OS_WIN32
     35#endif // Q_WS_WIN32
Note: See TracChangeset for help on using the changeset viewer.