Changeset 97e90f9be6 in tspsg for src/mainwindow.h


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/mainwindow.h

    r0007f69c46 r97e90f9be6  
    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.