|
a/src/qtgui/confgui/confgui.cpp |
|
b/src/qtgui/confgui/confgui.cpp |
|
... |
|
... |
47 |
#include <list>
|
47 |
#include <list>
|
48 |
using std::list;
|
48 |
using std::list;
|
49 |
|
49 |
|
50 |
namespace confgui {
|
50 |
namespace confgui {
|
51 |
|
51 |
|
52 |
const static int spacing = 2;
|
52 |
static const int spacing = 2;
|
53 |
const static int margin = 2;
|
53 |
static const int margin = 2;
|
54 |
|
54 |
|
55 |
void ConfParamW::setValue(const QString& value)
|
55 |
void ConfParamW::setValue(const QString& value)
|
56 |
{
|
56 |
{
|
57 |
if (m_fsencoding)
|
57 |
if (m_fsencoding)
|
58 |
m_cflink->set(string((const char *)value.toLocal8Bit()));
|
58 |
m_cflink->set(string((const char *)value.toLocal8Bit()));
|