Skip to content

Commit

Permalink
Fixed Qt header misspelling: QTableWidget -> QTabWidget.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Nov 9, 2018
1 parent 7ddf6db commit 691fc41
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 691fc41

Please sign in to comment.