mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-03 01:42:20 +08:00
修改: src/downloadlist.cpp
修改: src/downloadlist.h
This commit is contained in:
parent
83e2302cf8
commit
cd1892fd66
@ -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);
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
|
|
||||||
DWIDGET_USE_NAMESPACE
|
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class downloadlist;
|
class downloadlist;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user