Shortcut for "add"

This commit is contained in:
2017-10-22 16:10:06 +02:00
parent 2cd19d8808
commit 9bd2b5552b
8 changed files with 227 additions and 86 deletions
+6
View File
@@ -21,6 +21,8 @@
#include <QTreeView>
#include <QShortcut>
namespace Ui {
class cMainWindow;
@@ -66,6 +68,8 @@ private slots:
void onActionMovieGotoIMDB();
void onActionMovieLoadPictures();
void onActionAddGlobal();
void updateMessage(const QString& szMessage, const qint32 &iProgress);
void updateAppendMessage(const QString& szMessage);
void updateDone();
@@ -99,6 +103,8 @@ private:
bool m_bProcessing;
QShortcut* m_lpShortcut;
void initDB();
void loadDB();
void loadSeriesDB();