Refactoring.

This commit is contained in:
Martin Rotter 2016-08-16 09:12:36 +02:00
parent ba60a3638b
commit 5be26b3bb6
2 changed files with 3 additions and 2 deletions

View file

@ -16,11 +16,12 @@ Core features are:
* Tiny Tiny RSS (from RSS Guard 3.0.0), * Tiny Tiny RSS (from RSS Guard 3.0.0),
* ownCloud News (from RSS Guard 3.1.0). * ownCloud News (from RSS Guard 3.1.0).
* multiplatformity, * multiplatformity,
* server/client cron-like mode,
* multiple data backend support. * multiple data backend support.
* SQLite (in-memory DBs too), * SQLite (in-memory DBs too),
* MySQL. * MySQL.
See below for more information about features and other RSS Guard aspects. See below for more information about features and other RSS Guard aspects. Also visit [Wiki](/wiki) for more detailed information or tutorials.
- - - - - -
Contacts Contacts
@ -91,6 +92,7 @@ RSS Guard is written in C++. It is pretty fast even with tons of messages loaded
* support for all feed formats, * support for all feed formats,
* simple internal Chromium-based web viewer, * simple internal Chromium-based web viewer,
* simplicity, * simplicity,
* server/client cron-like mode,
* import/export of feeds to/from OPML 2.0, * import/export of feeds to/from OPML 2.0,
* downloader with own tab and support for up to 6 parallel downloads, * downloader with own tab and support for up to 6 parallel downloads,
* message filter with regular expressions, * message filter with regular expressions,

View file

@ -22,7 +22,6 @@
#include <QThread> #include <QThread>
#include <QDebug> #include <QDebug>
#include <QMetaType>
#include <QThreadPool> #include <QThreadPool>