YomikoR / VapourSynth-Editor

Branch vse-previewer for standalone previewer. Branch vs-api4 for an IDE with a text editor. Branch master for "stability". Forked from https://bitbucket.org/mystery_keeper/vapoursynth-editor
Other
138 stars 9 forks source link

Replace obsolete functions #6

Closed YomikoR closed 2 years ago

YomikoR commented 2 years ago

Prerequisite for porting to Qt6. Regression may happen.

Things that would affect building with Qt5:

Things that could be supported by Qt5Compat: - [ ] QRegExp -> QRegularExpression (wildcard matching?) QRegularExpression is not an exact replacement as of today.

Things that doesn't exist in Qt6: