]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/qt_helpers.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / qt_helpers.h
1 // -*- C++ -*-
2 /**
3  * \file qt_helpers.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Dekel Tsur
8  *
9  * Full author contact details are available in file CREDITS
10  */
11
12 #ifndef QTHELPERS_H
13 #define QTHELPERS_H
14
15 #ifdef __GNUG__
16 #pragma interface
17 #endif
18
19 #include "LString.h"
20
21 #include <utility>
22
23 string makeFontName(string const & family, string const & foundry);
24 std::pair<string,string> parseFontName(string const & name);
25
26 #endif // QTHELPERS_H