Switch to unified view

a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.15 2006-12-16 15:39:54 dockes Exp $ (C) 2005 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.16 2006-12-18 12:05:29 dockes Exp $ (C) 2005 J.F.Dockes";
3
#endif
3
#endif
4
/*
4
/*
5
 *   This program is free software; you can redistribute it and/or modify
5
 *   This program is free software; you can redistribute it and/or modify
6
 *   it under the terms of the GNU General Public License as published by
6
 *   it under the terms of the GNU General Public License as published by
7
 *   the Free Software Foundation; either version 2 of the License, or
7
 *   the Free Software Foundation; either version 2 of the License, or
...
...
247
    default: return "Unknown";
247
    default: return "Unknown";
248
    }
248
    }
249
}
249
}
250
#endif
250
#endif
251
251
252
void RclMain::closeEvent( QCloseEvent * )
253
{
254
    fileExit();
255
}
256
252
// We also want to get rid of the advanced search form and previews
257
// We also want to get rid of the advanced search form and previews
253
// when we exit (not our children so that it's not systematically
258
// when we exit (not our children so that it's not systematically
254
// created over the main form). 
259
// created over the main form). 
255
bool RclMain::close()
260
bool RclMain::close()
256
{
261
{