qBittorrent/src/gui/rss
Vladimir Golovnev (Glassez) 61d2ff359b
Use QRegularExpression instead of deprecated QRegExp
Now it follows closely the definition of wildcard for glob patterns.
The backslash (\) character is not an escape char in this context.
In order to match one of the special characters, place it in square
brackets (for example, [?]).
2021-03-22 07:50:47 +03:00
..
articlelistwidget.cpp Improve coding style 2020-11-17 21:02:37 +03:00
articlelistwidget.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
automatedrssdownloader.cpp Use QRegularExpression instead of deprecated QRegExp 2021-03-22 07:50:47 +03:00
automatedrssdownloader.h Add category button on AutomatedRSSDownloader on GUI 2021-02-06 05:13:57 -08:00
automatedrssdownloader.ui Add category button on AutomatedRSSDownloader on GUI 2021-02-06 05:13:57 -08:00
feedlistwidget.cpp Improve coding style 2020-11-17 21:02:37 +03:00
feedlistwidget.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
htmlbrowser.cpp Improve coding style 2020-11-17 21:02:37 +03:00
htmlbrowser.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
rsswidget.cpp Migrate away from deprecated Qt functions 2021-01-09 12:59:08 +08:00
rsswidget.h Use #pragma once instead of include guards 2020-12-12 19:41:32 +00:00
rsswidget.ui Redesign RSS subsystem 2017-04-23 09:03:46 +03:00