- Added some RSS preferences

This commit is contained in:
Christophe Dumez 2007-09-09 15:46:23 +00:00
parent db1bd53f44
commit c4d143c2c0
63 changed files with 1077 additions and 717 deletions

View file

@ -66,6 +66,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
bool systrayIntegration;
bool displaySpeedInTitle;
bool force_exit;
unsigned int refreshInterval;
QTimer *refresher;
// Keyboard shortcuts
QShortcut *switchSearchShortcut;