Rev 241 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 241 | Rev 243 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | mymodel.cpp \ |
21 | mymodel.cpp \ |
22 | settingform.cpp \ |
22 | settingform.cpp \ |
23 | iconform.cpp \ |
23 | iconform.cpp \ |
24 | fileform.cpp \ |
24 | fileform.cpp \ |
25 | treedelegateform.cpp \ |
25 | treedelegateform.cpp \ |
26 | wmithread.cpp |
26 | wmithread.cpp \ |
- | 27 | woker.cpp |
|
27 | HEADERS += mainwindow.h \ |
28 | HEADERS += mainwindow.h \ |
28 | delegate.h \ |
29 | delegate.h \ |
29 | mymodel.h \ |
30 | mymodel.h \ |
30 | settingform.h \ |
31 | settingform.h \ |
31 | iconform.h \ |
32 | iconform.h \ |
32 | fileform.h \ |
33 | fileform.h \ |
33 | treedelegateform.h \ |
34 | treedelegateform.h \ |
34 | wmithread.h |
35 | wmithread.h \ |
- | 36 | woker.h |
|
35 | FORMS += mainwindow.ui \ |
37 | FORMS += mainwindow.ui \ |
36 | settingform.ui \ |
38 | settingform.ui \ |
37 | iconform.ui \ |
39 | iconform.ui \ |
38 | fileform.ui \ |
40 | fileform.ui \ |
39 | treedelegateform.ui |
41 | treedelegateform.ui |