Changeset 9 in tspsg-svn for trunk/src/settingsdialog.h
- Timestamp:
- Oct 15, 2007, 8:46:46 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 9 9 qrc_* 10 10 tspsg 11 Makefile 11 Makefile* 12 12 debug 13 13 release
-
- Property svn:ignore
-
trunk/src/settingsdialog.h
r6 r9 33 33 public: 34 34 SettingsDialog(QWidget *parent = 0); 35 35 36 private: 37 bool event(QEvent *); 38 36 39 private slots: 37 40 void spinRandMinValueChanged(int val) { spinRandMax->setMinimum(val + 1); }
Note: See TracChangeset
for help on using the changeset viewer.