Switch to unified view

a/GUI/prefs/confgui.h b/GUI/prefs/confgui.h
...
...
40
#include <string>
40
#include <string>
41
#include <limits.h>
41
#include <limits.h>
42
42
43
#include <memory>
43
#include <memory>
44
#include <vector>
44
#include <vector>
45
#include <string>
45
46
46
#include <QString>
47
#include <QString>
47
#include <QWidget>
48
#include <QWidget>
48
#include <QDialog>
49
#include <QDialog>
49
50
...
...
332
    virtual void showInputDialog();
333
    virtual void showInputDialog();
333
protected:
334
protected:
334
    const QStringList m_sl;
335
    const QStringList m_sl;
335
};
336
};
336
337
338
// Expose some utilities in namespace confgui
339
    template <class T> bool stringToStrings(const std::string &s, T &tokens, 
340
                                            const std::string& addseps = "");
341
    template <class T> void stringsToString(const T &tokens, std::string &s);
337
}
342
}
338
343
339
#endif /* _confgui_h_included_ */
344
#endif /* _confgui_h_included_ */