Skip to content

Commit

Permalink
Import qInfo function
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepurvis committed Oct 24, 2017
1 parent 6258add commit a960916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rqt_bag/src/rqt_bag/bag_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import rospkg

from python_qt_binding import loadUi
from python_qt_binding.QtCore import Qt, qWarning, Signal
from python_qt_binding.QtCore import Qt, qInfo, qWarning, Signal
from python_qt_binding.QtGui import QIcon
from python_qt_binding.QtWidgets import QFileDialog, QGraphicsView, QWidget

Expand Down

0 comments on commit a960916

Please sign in to comment.