Changeset 141 in tspsg-svn for trunk/src/mainwindow.h


Ignore:
Timestamp:
Oct 3, 2010, 2:01:00 PM (14 years ago)
Author:
laleppa
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
  • trunk/src/mainwindow.h

    r139 r141  
    3636#include "tspmodel.h"
    3737
    38 #ifdef Q_OS_WIN32
     38#ifdef Q_WS_WIN32
    3939        // Forward declaration. A real one is in shobjidl.h
    4040        struct ITaskbarList3;
     
    8383        void dataChanged();
    8484        void dataChanged(const QModelIndex &tl, const QModelIndex &br);
    85 #ifdef Q_OS_WINCE_WM
     85#ifdef Q_WS_WINCE_WM
    8686        void changeEvent(QEvent *ev);
    8787        void desktopResized(int screen);
    88 #endif // Q_OS_WINCE_WM
     88#endif // Q_WS_WINCE_WM
    8989        void numCitiesChanged(int nCities);
    9090#ifndef QT_NO_PRINTER
    9191        void printPreview(QPrinter *printer);
    9292#endif // QT_NO_PRINTER
    93 #ifdef Q_OS_WIN32
     93#ifdef Q_WS_WIN32
    9494        void solverRoutePartFound(int n);
    95 #endif // Q_OS_WIN32
     95#endif // Q_WS_WIN32
    9696        void spinCitiesValueChanged(int nCities);
    9797
     
    112112        QSettings *settings;
    113113        CTSPModel *tspmodel;
    114 #ifdef Q_OS_WINCE_WM
     114#ifdef Q_WS_WINCE_WM
    115115        QRect currentGeometry;
    116 #endif // Q_OS_WINCE_WM
     116#endif // Q_WS_WINCE_WM
    117117
    118 #ifdef Q_OS_WIN32
     118#ifdef Q_WS_WIN32
    119119        ITaskbarList3 *tl;
    120 #endif // Q_OS_WIN32
     120#endif // Q_WS_WIN32
    121121
    122122        // The solution graph SVG
Note: See TracChangeset for help on using the changeset viewer.