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


Ignore:
Timestamp:
May 30, 2011, 3:11:22 PM (13 years ago)
Author:
laleppa
Message:

FIX: Main Window is cut in landscape mode in Symbian (fixed bug:11).
When switching to landscape mode in Symbian, TSPSG will hide toolbar and go into full screen mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainwindow.h

    r163 r174  
    153153    void outputMatrix(QTextCursor &cur, const TMatrix &matrix);
    154154    void outputMatrix(QTextCursor &cur, const SStep &step);
     155#ifdef Q_WS_S60
     156    void resizeEvent(QResizeEvent *ev);
     157#endif // Q_WS_S60
    155158    void retranslateUi(bool all = true);
    156159    bool saveTask();
Note: See TracChangeset for help on using the changeset viewer.