diff QuestionnaireViewController.mm @ 36:a42903c61558

Added sliderview (not operational though)
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 09 Apr 2013 13:22:28 +0100
parents 92dba082d957
children b91a1859829a
line wrap: on
line diff
--- a/QuestionnaireViewController.mm	Mon Apr 08 17:23:13 2013 +0100
+++ b/QuestionnaireViewController.mm	Tue Apr 09 13:22:28 2013 +0100
@@ -207,7 +207,7 @@
 // 1/3/13 removed q 6 and 15. now only 15 qs
 //----------------------------------------------------------------
 - (void)populateQuestionArray{
-
+// potential leak
     self.questionArray = [NSArray arrayWithObjects:
                           [[Question alloc] initWithTextAndType:@"I am familiar with music software and sound synthesis.":AGREE_DISAGREE],
                           [[Question alloc] initWithTextAndType:@"The best interface to get a feel for the possibilities of the synth was...":SLIDERS_ZOOMER],