Changeset 278bc7818f in tspsg for src/mainwindow.h


Ignore:
Timestamp:
Feb 27, 2010, 2:13:50 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:
162d5c5f94
Parents:
b2bf8e3b6b
Message:

+ Added Symmetric mode: in this mode the cost of travel from city 1 to city 2 and vice versa is the same.
+ Added the ability to reset all settings to their defaults: hold Shift while clicking Save button in Settings Dialog.

  • Better SIP show/hide handling under wince: no need to resize the Main Window, when it isn't active.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.h

    rb2bf8e3b6b r278bc7818f  
    7272        void dataChanged(const QModelIndex &tl, const QModelIndex &br);
    7373#ifdef Q_OS_WINCE
     74        void changeEvent(QEvent *ev);
    7475        void desktopResized(int screen);
    7576#endif // Q_OS_WINCE
Note: See TracChangeset for help on using the changeset viewer.