Browse Source

Remove unfinished feedback wizard

Neal Wilson 10 years ago
parent
commit
44f530434b
1 changed files with 2 additions and 4 deletions
  1. 2
    4
      src/Typica.pro

+ 2
- 4
src/Typica.pro View File

24
     webelement.h \
24
     webelement.h \
25
     scale.h \
25
     scale.h \
26
     draglabel.h \
26
     draglabel.h \
27
-    daterangeselector.h \
28
-    feedback.h
27
+    daterangeselector.h
29
 SOURCES += typica.cpp \
28
 SOURCES += typica.cpp \
30
     helpmenu.cpp \
29
     helpmenu.cpp \
31
     abouttypica.cpp \
30
     abouttypica.cpp \
34
     webelement.cpp \
33
     webelement.cpp \
35
     scale.cpp \
34
     scale.cpp \
36
     draglabel.cpp \
35
     draglabel.cpp \
37
-    daterangeselector.cpp \
38
-    feedback.cpp
36
+    daterangeselector.cpp
39
 
37
 
40
 RESOURCES += \
38
 RESOURCES += \
41
     resources.qrc
39
     resources.qrc

Loading…
Cancel
Save