Changeset 71 in tspsg-svn for trunk/src/settingsdialog.h


Ignore:
Timestamp:
Dec 7, 2009, 5:06:44 PM (15 years ago)
Author:
laleppa
Message:

+ Toolbar state and position is now saved and restored with Main Window state and position.

  • Made some small improvements to the code.
  • Fixed some errors in the documentation.
  • Made source code more "documentation friendly".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/settingsdialog.h

    r67 r71  
    5757        QFrame *lineVertical;
    5858
    59         bool event(QEvent *);
     59        bool event(QEvent *ev);
    6060#endif // Q_OS_WINCE
    6161
     
    6464        void buttonColorClicked();
    6565        void buttonFontClicked();
    66         void spinRandMinValueChanged(int);
     66        void spinRandMinValueChanged(int val);
    6767};
    6868
Note: See TracChangeset for help on using the changeset viewer.