X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Funicodedialog.h;h=4a8579a2048955461a1f4ded227e8690b3ab093f;hb=b01ec0dcade4544f2ced655c373619c96ab163ec;hp=eba5e40220c696afc7761dd47c5cf6adc54875bf;hpb=3ff88ea3297dcb8e9f2a480473edc61f8052ca42;p=kdenlive diff --git a/src/unicodedialog.h b/src/unicodedialog.h index eba5e402..4a8579a2 100644 --- a/src/unicodedialog.h +++ b/src/unicodedialog.h @@ -28,6 +28,13 @@ public: void showLastUnicode(); +protected: + virtual void wheelEvent(QWheelEvent * event); + +public slots: + /** \brief Override QDialog::exec() to assure the focus being on the unicode input field */ + int exec(); + private: Ui::UnicodeDialog_UI m_view;