修改: src/downloadlist.cpp

修改:     src/downloadlist.h
This commit is contained in:
shenmo 2021-06-21 16:22:23 +08:00
parent 83e2302cf8
commit cd1892fd66
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@ downloadlist::downloadlist(QWidget *parent) :
action_dpkg(new QAction), action_dpkg(new QAction),
action_deepin(new QAction), action_deepin(new QAction),
action_gdebi(new QAction), action_gdebi(new QAction),
output_w(new DDialog), output_w(new QDialog),
textbrowser(new QTextBrowser) textbrowser(new QTextBrowser)
{ {
ui->setupUi(this); ui->setupUi(this);

View File

@ -8,7 +8,6 @@
#include <QDialog> #include <QDialog>
DWIDGET_USE_NAMESPACE
namespace Ui { namespace Ui {
class downloadlist; class downloadlist;