mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
修改: src/downloadlist.cpp
修改: src/downloadlist.h
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user