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),
* ownCloud News (from RSS Guard 3.1.0).
* multiplatformity,
* server/client cron-like mode,
* multiple data backend support.
* SQLite (in-memory DBs too),
* 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
@ -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,
* simple internal Chromium-based web viewer,
* simplicity,
* server/client cron-like mode,
* import/export of feeds to/from OPML 2.0,
* downloader with own tab and support for up to 6 parallel downloads,
* message filter with regular expressions,

View File

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