X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=test%2Ftest.hpp;h=62e6cf0da4bddbaaa44f75c36770b76e33a97d4b;hp=14003700da6ea0d9941d0455d76854338a6fef49;hb=f6b6c9bf50999dc99f9517318ffd3114cae4960f;hpb=c677193dc6e691493081fe87476a04e1674093a5 diff --git a/test/test.hpp b/test/test.hpp index 14003700..62e6cf0d 100644 --- a/test/test.hpp +++ b/test/test.hpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #ifndef PULSEVIEW_TEST_TEST_HPP @@ -23,6 +22,8 @@ #include -std::ostream& operator<<(std::ostream& stream, const QString& str); +using std::ostream; + +ostream& operator<<(ostream& stream, const QString& str); #endif