made formal QtUtils class
This commit is contained in:
@@ -41,7 +41,7 @@ SeekableWidget::SeekableWidget(QWidget* parent) :
|
||||
text_height_ = fm.height();
|
||||
|
||||
// Set width of playhead marker
|
||||
playhead_width_ = QFontMetricsWidth(fm, "H");
|
||||
playhead_width_ = QtUtils::QFontMetricsWidth(fm, "H");
|
||||
|
||||
setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user