<div dir="ltr"><div><div>Removed those bits as well.<br></div>Thanks a lot Anton for pointing out my mistakes.<br><br></div>Nikhil Bharadwaj<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 18, 2014 at 2:39 PM, Anton Lundin <span dir="ltr"><<a href="mailto:glance@acc.umu.se" target="_blank">glance@acc.umu.se</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 18 December, 2014 - Nikhil Bharadwaj wrote:<br>
<br>
</span>> From 3d0fc13bbd1b86916a90372ad0c80569d64c2b95 Mon Sep 17 00:00:00 2001<br>
> From: nikhil <<a href="mailto:nikhil.gosala@gmail.com">nikhil.gosala@gmail.com</a>><br>
> Date: Thu, 18 Dec 2014 12:24:18 +0530<br>
> Subject: [PATCH 4/4] Added the option of expilicitly opening the user-survey<br>
>  from help menu<br>
><br>
> As per the mistake pointed out by Anton Lundin, I removed the possibility of<br>
> disabling bits of code of the User Survey.<br>
<span class="">><br>
> Signed-off-by: Nikhil Bharadwaj Gosala <<a href="mailto:nikhil.gosala@gmail.com">nikhil.gosala@gmail.com</a>><br>
> ---<br>
</span>>  qt-ui/mainwindow.cpp | 6 +-----<br>
>  1 file changed, 1 insertion(+), 5 deletions(-)<br>
><br>
> diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp<br>
> index 1765d4c..0e25458 100644<br>
> --- a/qt-ui/mainwindow.cpp<br>
> +++ b/qt-ui/mainwindow.cpp<br>
> @@ -55,9 +55,6 @@<br>
<span class="">>  #ifndef NO_USERMANUAL<br>
>  #include "usermanual.h"<br>
>  #endif<br>
</span>> -#ifndef NO_USERSURVEY<br>
> -#include "usersurvey.h"<br>
<span class="">> -#endif<br>
>  #include <QNetworkProxy><br>
><br>
>  MainWindow *MainWindow::m_Instance = NULL;<br>
</span>> @@ -754,12 +751,11 @@ void MainWindow::on_actionUserManual_triggered()<br>
><br>
>  void MainWindow::on_actionUserSurvey_triggered()<br>
>  {<br>
> -#ifndef NO_USERSURVEY<br>
> +<br>
<br>
Nitpicking, but no newline here.<br>
<br>
<br>
>       if(!survey) {<br>
>               survey = new UserSurvey();<br>
>       }<br>
>       survey->show();<br>
> -#endif<br>
>  }<br>
><br>
>  QString MainWindow::filter()<br>
> --<br>
> 2.1.0<br>
<br>
And there are still a couple more places where NO_USERSURVEY exists. I<br>
see no point in keeping them.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
//Anton<br>
<br>
<br>
--<br>
Anton Lundin    +46702-161604<br>
</div></div></blockquote></div><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">Nikhil Bharadwaj</div></div>
</div>