Browse Source

Remove unfinished feedback wizard

Neal Wilson 9 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,8 +24,7 @@ HEADERS += moc_typica.cpp \
24 24
     webelement.h \
25 25
     scale.h \
26 26
     draglabel.h \
27
-    daterangeselector.h \
28
-    feedback.h
27
+    daterangeselector.h
29 28
 SOURCES += typica.cpp \
30 29
     helpmenu.cpp \
31 30
     abouttypica.cpp \
@@ -34,8 +33,7 @@ SOURCES += typica.cpp \
34 33
     webelement.cpp \
35 34
     scale.cpp \
36 35
     draglabel.cpp \
37
-    daterangeselector.cpp \
38
-    feedback.cpp
36
+    daterangeselector.cpp
39 37
 
40 38
 RESOURCES += \
41 39
     resources.qrc

Loading…
Cancel
Save