]> sigrok.org Git - pulseview.git/blobdiff - test/test.cpp
Fix #1292/1294 by snapping to any edge when not hovering over a signal
[pulseview.git] / test / test.cpp
index 2d67f2935e2bf48e3cc4b9c83208ec374bac168d..1f078ab4f8a3104a1a118caabe8027fcdd2961cc 100644 (file)
  * 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/>.
  */
 
 #define BOOST_TEST_MAIN
-#include <boost/test/unit_test.hpp>
 #include "test/test.hpp"
+#include <boost/test/unit_test.hpp>
+
+using std::ostream;
 
-std::ostream& operator<<(std::ostream& stream, const QString& str)
+ostream& operator<<(ostream& stream, const QString& str)
 {
        return stream << str.toUtf8().data();
 }