]> git.lyx.org Git - lyx.git/blobdiff - src/support/qstring_helpers.cpp
Remove using directives from headers
[lyx.git] / src / support / qstring_helpers.cpp
index 2211af8e4ec1c36645e15cdc179e855dce3f6f18..4f63167b4305f665e9cb04403b346a94054a73ee 100644 (file)
@@ -12,6 +12,9 @@
 
 #include <config.h>
 
+#include "support/qstring_helpers.h"
+
+#include "support/debug.h"
 #include "support/docstring.h"
 
 #include <QString>
 
 namespace lyx {
 
+LyXErr & operator<<(LyXErr & err, QString const & str)
+{
+       return err << fromqstr(str);
+}
+
+
 QString toqstr(char const * str)
 {
        return QString::fromUtf8(str);