Changeset 1b40fef578 in tspsg for src/mainwindow.h


Ignore:
Timestamp:
May 30, 2011, 3:11:22 PM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
9f5cc00f29
Parents:
142cff4d3d
git-author:
Oleksii Serdiuk <contacts@…> (05/30/11 15:11:22)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:46:00)
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
  • src/mainwindow.h

    r142cff4d3d r1b40fef578  
    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.