OSDN Git Service

Implemented support for using 32-Bit Avisynth with 64-Bit x264.
[x264-launcher/x264-launcher.git] / src / win_addJob.h
index 1aa34ec..6b0e725 100644 (file)
@@ -45,7 +45,8 @@ public:
 protected:
        OptionsModel *m_options;
        
-       virtual void AddJobDialog::showEvent(QShowEvent *event);
+       virtual void showEvent(QShowEvent *event);
+       virtual bool eventFilter(QObject *o, QEvent *e);
 
 private slots:
        void modeIndexChanged(int index);