Changeset 288 in pacpusframework for trunk/src/PacpusSensor
- Timestamp:
- Mar 26, 2014, 9:27:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusSensor/src/ui/pacpusmainwindow.h
r162 r288 36 36 public: 37 37 /// @todo Documentation 38 ComponentCheckBox( const QString& text, QWidget * parent, const char * /*name*/ = 0 )38 ComponentCheckBox(QString const& text, QWidget * parent, const char * /*name*/ = 0 ) 39 39 : QCheckBox(text, parent) 40 40 {
Note:
See TracChangeset
for help on using the changeset viewer.