Switch to unified view

a/src/qtgui/guiutils.h b/src/qtgui/guiutils.h
...
...
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#ifndef _GUIUTILS_H_INCLUDED_
17
#ifndef _GUIUTILS_H_INCLUDED_
18
#define _GUIUTILS_H_INCLUDED_
18
#define _GUIUTILS_H_INCLUDED_
19
/* 
19
/* 
20
 * @(#$Id: guiutils.h,v 1.28 2008-09-28 14:20:50 dockes Exp $  (C) 2005 Jean-Francois Dockes 
20
 * @(#$Id: guiutils.h,v 1.29 2008-10-03 08:09:35 dockes Exp $  (C) 2005 Jean-Francois Dockes 
21
 *                         jean-francois.dockes@wanadoo.fr
21
 *                         jean-francois.dockes@wanadoo.fr
22
 *
22
 *
23
 *   This program is free software; you can redistribute it and/or modify
23
 *   This program is free software; you can redistribute it and/or modify
24
 *   it under the terms of the GNU General Public License as published by
24
 *   it under the terms of the GNU General Public License as published by
25
 *   the Free Software Foundation; either version 2 of the License, or
25
 *   the Free Software Foundation; either version 2 of the License, or
...
...
79
    bool    sortActive; // Remembered sort state.
79
    bool    sortActive; // Remembered sort state.
80
    bool queryBuildAbstract;
80
    bool queryBuildAbstract;
81
    bool queryReplaceAbstract;
81
    bool queryReplaceAbstract;
82
    bool startWithAdvSearchOpen;
82
    bool startWithAdvSearchOpen;
83
    bool startWithSortToolOpen;
83
    bool startWithSortToolOpen;
84
    bool previewHtml;
84
    // Extra query indexes. This are encoded to base64 before storing
85
    // Extra query indexes. This are encoded to base64 before storing
85
    // to the qt settings file to avoid any bin string/ charset conv issues
86
    // to the qt settings file to avoid any bin string/ charset conv issues
86
    list<string> allExtraDbs;
87
    list<string> allExtraDbs;
87
    list<string> activeExtraDbs;
88
    list<string> activeExtraDbs;
88
    // Advanced search subdir restriction: we don't activate the last value
89
    // Advanced search subdir restriction: we don't activate the last value