Shortcut for "add"
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user