Skip to content

Commit

Permalink
Merge pull request #16 from mikepurvis/patch-1
Browse files Browse the repository at this point in the history
Import qInfo function
  • Loading branch information
dirk-thomas committed Oct 24, 2017
2 parents 6258add + a960916 commit 9f667ec
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 9f667ec

Please sign in to comment.