]> sigrok.org Git - pulseview.git/blobdiff - test/test.hpp
Implement MathSignal
[pulseview.git] / test / test.hpp
index 119f5ab88a83001fabef311a6ba86614ae2cad77..41e96accdfa49ad12d4f9dfb11b67e906f163686 100644 (file)
@@ -22,6 +22,8 @@
 
 #include <QString>
 
-std::ostream& operator<<(std::ostream& stream, const QString& str);
+using std::ostream;
 
-#endif
+ostream& operator<<(ostream& stream, const QString& str);
+
+#endif // PULSEVIEW_TEST_TEST_HPP