mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-03 01:42:20 +08:00
roll back: src/downloadlist.cpp
This commit is contained in:
parent
cd1892fd66
commit
9def55a2c2
@ -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 QDialog),
|
output_w(new DDialog),
|
||||||
textbrowser(new QTextBrowser)
|
textbrowser(new QTextBrowser)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
@ -6,8 +6,9 @@
|
|||||||
#include <QMenu>
|
#include <QMenu>
|
||||||
#include <QAction>
|
#include <QAction>
|
||||||
|
|
||||||
#include <QDialog>
|
#include <DDialog>
|
||||||
|
|
||||||
|
DWIDGET_USE_NAMESPACE
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class downloadlist;
|
class downloadlist;
|
||||||
@ -51,7 +52,7 @@ private:
|
|||||||
QAction *action_deepin;
|
QAction *action_deepin;
|
||||||
QAction *action_gdebi;
|
QAction *action_gdebi;
|
||||||
|
|
||||||
QDialog *output_w;
|
DDialog *output_w;
|
||||||
QTextBrowser *textbrowser;
|
QTextBrowser *textbrowser;
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user