source:
psi/vendor/affinix/current/src/tools/dwtest.h@
2
Last change on this file since 2 was 2, checked in by , 19 years ago | |
---|---|
File size: 209 bytes |
Line | |
---|---|
1 | #ifndef DWTEST_H |
2 | #define DWTEST_H |
3 | |
4 | #include<qstringlist.h> |
5 | #include"dirwatch.h" |
6 | |
7 | class DwTest : public QObject |
8 | { |
9 | Q_OBJECT |
10 | public: |
11 | DwTest(const QStringList &); |
12 | |
13 | private slots: |
14 | void dw_changed(); |
15 | }; |
16 | |
17 | #endif |
18 |
Note:
See TracBrowser
for help on using the repository browser.