edbee / edbee-lib

QWidget based Text Editor Component for Qt. Multi-caret, Textmate grammar and highlighting support.
Other
74 stars 25 forks source link

warning: 'Qt::MidButton' is deprecated: MidButton is deprecated. Use MiddleButton instead #122

Open Xabre666 opened 3 years ago

Xabre666 commented 3 years ago

During compilation of Mudlet, which uses edbee-lib, I get a warning from the title, afected file is edbee-lib/edbee-lib/edbee/views/components/texteditorcomponent.cpp. Code still compiles, just thought to mention here cause I have OCD about depreciation warnings. Qt I'm using is 5.15.2 on Archlinux.