Switch to unified view

a/src/qtgui/recoll.h b/src/qtgui/recoll.h
...
...
14
 *   Free Software Foundation, Inc.,
14
 *   Free Software Foundation, Inc.,
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 _RECOLL_H_INCLUDED_
17
#ifndef _RECOLL_H_INCLUDED_
18
#define _RECOLL_H_INCLUDED_
18
#define _RECOLL_H_INCLUDED_
19
19
#include <string>
20
#include <string>
20
21
21
#include "rclconfig.h"
22
#include "rclconfig.h"
22
#include "rcldb.h"
23
#include "rcldb.h"
23
#include "ptmutex.h"
24
#include "ptmutex.h"
...
...
49
#ifdef RCL_USE_ASPELL
50
#ifdef RCL_USE_ASPELL
50
class Aspell;
51
class Aspell;
51
extern Aspell *aspell;
52
extern Aspell *aspell;
52
#endif
53
#endif
53
54
55
inline std::string qs2utf8s(const QString& qs)
56
{
57
    return std::string((const char *)qs.toUtf8());
58
}
54
#endif /* _RECOLL_H_INCLUDED_ */
59
#endif /* _RECOLL_H_INCLUDED_ */