Qt: allow bulk pkg installation

This commit is contained in:
Megamouse
2018-07-18 08:20:17 +02:00
committed by Ivan
parent 05c5763492
commit 60a276e9ce
2 changed files with 38 additions and 4 deletions
+3 -1
View File
@@ -115,7 +115,7 @@ private:
void CreateConnects();
void CreateDockWindows();
void EnableMenus(bool enabled);
void InstallPkg(const QString& dropPath = "");
void InstallPkg(const QString& dropPath = "", bool is_bulk = false);
void InstallPup(const QString& dropPath = "");
int IsValidFile(const QMimeData& md, QStringList* dropPaths = nullptr);
@@ -132,6 +132,8 @@ private:
QActionGroup* m_listModeActGroup;
QActionGroup* m_categoryVisibleActGroup;
QMessageBox::StandardButton m_install_bulk = QMessageBox::NoButton;
// Dockable widget frames
QMainWindow *m_mw;
log_frame *m_logFrame;