- Timestamp:
- 04/26/11 18:57:22 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/SpinBox4ns.h
r10455 r10468 8 8 } 9 9 10 QValidator::State validate 10 QValidator::State validate(QString &input, int &p) const 11 11 { 12 12 const QValidator::State rc = QSpinBox::validate(input, p);
Note:
See TracChangeset
for help on using the changeset viewer.