root/qio/inout.cpp
| Revision 1a9e8cbee5f1f2c7a2592c82dcb9802b628c3f69, 145 bytes (checked in by Robin Gareus <robin@…>, 3 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #include <QtGui> |
| 2 | #include "inout.h" |
| 3 | |
| 4 | inout::inout(QMainWindow* parent) |
| 5 | { |
| 6 | setupUi(this); |
| 7 | } |
| 8 | |
| 9 | inout::~inout() { |
| 10 | |
| 11 | } |
| 12 | |
| 13 | void inout::about() { |
| 14 | ; |
| 15 | } |
Note: See TracBrowser
for help on using the browser.
