]> sigrok.org Git - pulseview.git/blobdiff - pv/view/triggermarker.cpp
Tie the "use coloured bg" setting in with the settings mgmt
[pulseview.git] / pv / view / triggermarker.cpp
index f15672b5d9ef1d057f271633d0bb0182a908fbc0..8cb76ebb538e2e3ea8a509cd16ac58fdd8460c50 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/>.
  */
 
 #include "triggermarker.hpp"
 #include "view.hpp"
 
 namespace pv {
-namespace view {
+namespace views {
+namespace TraceView {
 
 const QColor TriggerMarker::Colour(0x00, 0x00, 0xB0);
 
@@ -78,5 +78,6 @@ void TriggerMarker::paint_fore(QPainter &p, const ViewItemPaintParams &pp)
        p.drawLine(QPointF(x, pp.top()), QPointF(x, pp.bottom()));
 }
 
-} // namespace view
+} // namespace TraceView
+} // namespace views
 } // namespace pv