diff options
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/value.h b/src/value.h index 9140912..2003460 100644 --- a/src/value.h +++ b/src/value.h @@ -69,8 +69,4 @@ private: std::ostream &operator<<(std::ostream &stream, const Value &value); -// FIXME: Doesn't belong here.. -#include <QString> -std::ostream &operator<<(std::ostream &stream, const QString &str); - #endif |