修改: 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
+1 -1
View File
@@ -17,7 +17,7 @@ downloadlist::downloadlist(QWidget *parent) :
action_dpkg(new QAction),
action_deepin(new QAction),
action_gdebi(new QAction),
output_w(new DDialog),
output_w(new QDialog),
textbrowser(new QTextBrowser)
{
ui->setupUi(this);