Skip to content

Commit

Permalink
Merge pull request wang-bin#1163 from wangwenx190/master
Browse files Browse the repository at this point in the history
Fixed Qt header misspelling: QTableWidget -> QTabWidget.
  • Loading branch information
wang-bin authored Nov 9, 2018
2 parents 7ddf6db + 691fc41 commit f26fbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/global.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <QBoxLayout>
#include <QMessageBox>
#include <QPushButton>
#include <QTableWidget>
#include <QTabWidget>
#include <QTextBrowser>

#include "QtAVWidgets/WidgetRenderer.h"
Expand Down

0 comments on commit f26fbf0

Please sign in to comment.