OSDN Git Service

Added option to delete jobs from the list + also added option to browse the output...
[x264-launcher/x264-launcher.git] / src / win_main.h
index 60ce292..b1c19f8 100644 (file)
@@ -57,10 +57,13 @@ private:
        
        void updateButtons(EncodeThread::JobStatus status);
        bool havePendingJobs(void);
+       bool haveRunningJobs(void);
 
 private slots:
        void addButtonPressed(const QString &filePath = QString(), bool *ok = NULL);
        void abortButtonPressed(void);
+       void browseButtonPressed(void);
+       void deleteButtonPressed(void);
        void copyLogToClipboard(bool checked);
        void init(void);
        void jobSelected(const QModelIndex & current, const QModelIndex & previous);