]> sigrok.org Git - pulseview.git/blobdiff - test/test.hpp
Fix #1292/1294 by snapping to any edge when not hovering over a signal
[pulseview.git] / test / test.hpp
index 14003700da6ea0d9941d0455d76854338a6fef49..62e6cf0da4bddbaaa44f75c36770b76e33a97d4b 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
  * 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 <http://www.gnu.org/licenses/>.
  */
 
 #ifndef PULSEVIEW_TEST_TEST_HPP
  */
 
 #ifndef PULSEVIEW_TEST_TEST_HPP
@@ -23,6 +22,8 @@
 
 #include <QString>
 
 
 #include <QString>
 
-std::ostream& operator<<(std::ostream& stream, const QString& str);
+using std::ostream;
+
+ostream& operator<<(ostream& stream, const QString& str);
 
 #endif
 
 #endif